Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions packages/opentelemetry/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,13 @@ export const SENTRY_BAGGAGE_HEADER = 'baggage';
export const SENTRY_TRACE_STATE_DSC = 'sentry.dsc';
export const SENTRY_TRACE_STATE_SAMPLED_NOT_RECORDING = 'sentry.sampled_not_recording';
export const SENTRY_TRACE_STATE_URL = 'sentry.url';
export const SENTRY_TRACE_STATE_SAMPLE_RAND = 'sentry.sample_rand';
export 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 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 const SENTRY_TRACE_STATE_SEGMENT_IGNORED = 'sentry.segment_ignored';

export const SENTRY_SCOPES_CONTEXT_KEY = createContextKey('sentry_scopes');

export const SENTRY_FORK_ISOLATION_SCOPE_CONTEXT_KEY = createContextKey('sentry_fork_isolation_scope');
Expand Down
2 changes: 0 additions & 2 deletions packages/opentelemetry/src/semanticAttributes.ts

This file was deleted.

43 changes: 0 additions & 43 deletions packages/opentelemetry/src/utils/getRequestSpanData.ts

This file was deleted.

74 changes: 0 additions & 74 deletions packages/opentelemetry/test/utils/getRequestSpanData.test.ts

This file was deleted.

Loading