Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(otel): Add propagator #6095

Closed
wants to merge 7 commits into from
Closed

feat(otel): Add propagator #6095

wants to merge 7 commits into from

Conversation

AbhiPrasad
Copy link
Member

@AbhiPrasad AbhiPrasad commented Oct 31, 2022

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.

@AbhiPrasad AbhiPrasad self-assigned this Oct 31, 2022
@AbhiPrasad AbhiPrasad mentioned this pull request Oct 31, 2022
10 tasks
@AbhiPrasad
Copy link
Member Author

AbhiPrasad commented Oct 31, 2022

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

@AbhiPrasad AbhiPrasad added this to the OpenTelemetry Support milestone Oct 31, 2022
@AbhiPrasad AbhiPrasad mentioned this pull request Nov 2, 2022
5 tasks
@AbhiPrasad AbhiPrasad changed the title feat(otel): Add propogator feat(otel): Add propagator Nov 2, 2022
@@ -1,3 +1,4 @@
import '@sentry/tracing';

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

@mydea mydea Nov 2, 2022

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)

Copy link
Member Author

@AbhiPrasad AbhiPrasad Nov 2, 2022

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 free to 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.

None yet

2 participants