Skip to content

Commit

Permalink
chore: remove getApmRoute export
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio committed Aug 7, 2023
1 parent 6fcd138 commit 4819d5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/rum-react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@

import { apm } from '@elastic/apm-rum'
import { getWithTransaction } from './get-with-transaction'
import { getApmRoute } from './get-apm-route'
import { getApmRoutes } from './get-apm-routes'

const withTransaction = getWithTransaction(apm)
const ApmRoute = getApmRoute(apm)
const ApmRoutes = getApmRoutes(apm)

export { withTransaction, ApmRoute, ApmRoutes }
export { withTransaction, ApmRoutes }

0 comments on commit 4819d5c

Please sign in to comment.