diff --git a/packages/apm/src/integrations/tracing.ts b/packages/apm/src/integrations/tracing.ts index cb8f1ede11c7..7b863d3bee5f 100644 --- a/packages/apm/src/integrations/tracing.ts +++ b/packages/apm/src/integrations/tracing.ts @@ -17,7 +17,7 @@ import { Transaction } from '../transaction'; /** * Options for Tracing integration */ -interface TracingOptions { +export interface TracingOptions { /** * List of strings / regex where the integration should create Spans out of. Additionally this will be used * to define which outgoing requests the `sentry-trace` header will be attached to.