feat(js): Import BrowserTracing directly from a browser SDK#6508
Merged
AbhiPrasad merged 5 commits intomasterfrom Mar 30, 2023
Merged
feat(js): Import BrowserTracing directly from a browser SDK#6508AbhiPrasad merged 5 commits intomasterfrom
BrowserTracing directly from a browser SDK#6508AbhiPrasad merged 5 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
lizokm
approved these changes
Mar 22, 2023
src/platforms/javascript/common/configuration/tree-shaking/index.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/performance/configure-sample-rate/javascript.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/performance/configure-sample-rate/javascript.react.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/performance/configure-sample-rate/javascript.vue.mdx
Outdated
Show resolved
Hide resolved
src/platforms/javascript/common/configuration/webworkers/index.mdx
Outdated
Show resolved
Hide resolved
src/platforms/javascript/guides/ember/configuration/ember-options.mdx
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Plan is now to merge this in next week! |
Collaborator
|
I found these changes too but didn't put them in my PR because they're browser related. 3 of the 4 file changes are simply replacing However there was also a |
Lms24
approved these changes
Mar 24, 2023
src/platform-includes/performance/automatic-instrumentation-intro/javascript.mdx
Outdated
Show resolved
Hide resolved
src/platform-includes/performance/configure-sample-rate/javascript.mdx
Outdated
Show resolved
Hide resolved
Jesse-Box
reviewed
Mar 27, 2023
36422e0 to
6e3f32f
Compare
Co-authored-by: Liza Mock <liza.mock@sentry.io>
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
6e3f32f to
37cdc3c
Compare
Contributor
Author
|
Sorry for the ping folks - had a busted git merge that I needed to repair. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref getsentry/sentry-javascript#5815
Docs for changes in getsentry/sentry-javascript#7342 that was just released with
7.44.0.This PR updates our instructions to remove the dependency on using the
@sentry/tracingpackage for the frontend JS SDKs. Instead users can now just importBrowserTracingdirectly from a package.Basically from:
to