export declare const SENTRY_TRACE_HEADER = "sentry-trace"; export declare const SENTRY_BAGGAGE_HEADER = "baggage"; export declare const SENTRY_TRACE_STATE_DSC = "sentry.dsc"; export declare const SENTRY_TRACE_STATE_SAMPLED_NOT_RECORDING = "sentry.sampled_not_recording"; export declare const SENTRY_TRACE_STATE_URL = "sentry.url"; export declare const SENTRY_TRACE_STATE_SAMPLE_RAND = "sentry.sample_rand"; export declare const SENTRY_TRACE_STATE_SAMPLE_RATE = "sentry.sample_rate"; /** * A flag marking a context as ignored because the span associated with the context * is ignored (`ignoreSpans` filter). */ export declare const SENTRY_TRACE_STATE_CHILD_IGNORED = "sentry.ignored"; /** * A flag marking a segment span as ignored because it matched the `ignoreSpans` filter. * Unlike `SENTRY_TRACE_STATE_CHILD_IGNORED` (used for child spans), this flag is NOT consumed * by the context manager for re-parenting. Instead, it propagates to child spans so they * can record the correct client report outcome (`ignored` instead of `sample_rate`). */ export declare const SENTRY_TRACE_STATE_SEGMENT_IGNORED = "sentry.segment_ignored"; export declare const SENTRY_SCOPES_CONTEXT_KEY: symbol; export declare const SENTRY_FORK_ISOLATION_SCOPE_CONTEXT_KEY: symbol; export declare const SENTRY_FORK_SET_SCOPE_CONTEXT_KEY: symbol; export declare const SENTRY_FORK_SET_ISOLATION_SCOPE_CONTEXT_KEY: symbol; //# sourceMappingURL=constants.d.ts.map