Skip to content

feat(otel): Add propagator - #6095

Closed
AbhiPrasad wants to merge 7 commits into
masterfrom
abhi-otel-propogator
Closed

feat(otel): Add propagator#6095
AbhiPrasad wants to merge 7 commits into
masterfrom
abhi-otel-propogator

Conversation

@AbhiPrasad

@AbhiPrasadAbhiPrasad commented Oct 31, 2022

Copy link
Copy Markdown
Contributor

ref #6000

Will be closed and split up don't get attached folks

Edit: Worked is split up and being tracked in #6095, so closing this PR.

@AbhiPrasadAbhiPrasad self-assigned this Oct 31, 2022
@AbhiPrasadAbhiPrasad mentioned this pull request Oct 31, 2022
10 tasks
@AbhiPrasad

AbhiPrasad commented Oct 31, 2022

Copy link
Copy Markdown
ContributorAuthor

So this is pretty much feature complete, but hard to review.

I'm gonna split this up into three phases

  1. add new dep
  2. extract
  3. inject

and then close this PR

@AbhiPrasadAbhiPrasad added this to the OpenTelemetry Support milestone Oct 31, 2022
@AbhiPrasadAbhiPrasad mentioned this pull request Nov 2, 2022
5 tasks
@AbhiPrasadAbhiPrasad changed the title feat(otel): Add propogatorfeat(otel): Add propagatorNov 2, 2022
import '@sentry/tracing';

export { SentrySpanProcessor } from './spanprocessor';
export { SentryPropogator } from './propogator';

@mydeamydeaNov 2, 2022

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be propagator, not propogator? (both in the filename & class name)

@AbhiPrasadAbhiPrasadNov 2, 2022

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, fixed this afterwards, see: #6109

I literally spelled it wrong everywhere 😭

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@AbhiPrasad@mydea