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

ref(core): Use sdkProcessingMetadata field for transaction sampling data #4388

Conversation

lobsterkatie
Copy link
Member

In #4252, a new sdkProcessingMetadata field was added to the Scope and Event interfaces, to provide a place to put data which is needed for in-SDK event processing but shouldn't be sent to Sentry. This refactors one step in that processing... process... to use the new field, eliminating the need to pull the data out of debug_meta before the event is sent.

@lobsterkatie lobsterkatie force-pushed the kmclb-use-processing-metadata-slot-for-transaction-sampling-data branch from fd2fcb9 to ca561f3 Compare January 12, 2022 04:22
@github-actions
Copy link
Contributor

github-actions bot commented Jan 12, 2022

size-limit report

Path Base Size (c1341fd) Current Size Change
@sentry/browser - CDN Bundle (gzipped) 19.75 KB 19.63 KB -0.57% 🔽
@sentry/browser - CDN Bundle (minified) 62.86 KB 62.51 KB -0.56% 🔽
@sentry/browser - Webpack 22.29 KB 22.16 KB -0.57% 🔽
@sentry/browser - Webpack - gzip = false 76.11 KB 75.66 KB -0.6% 🔽
@sentry/react - Webpack 22.32 KB 22.2 KB -0.57% 🔽
@sentry/nextjs Client - Webpack 46.46 KB 46.41 KB -0.11% 🔽
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 28.41 KB 28.36 KB -0.19% 🔽

@lobsterkatie lobsterkatie force-pushed the kmclb-use-processing-metadata-slot-for-transaction-sampling-data branch from ca561f3 to 980f5ff Compare January 12, 2022 18:40
@lobsterkatie lobsterkatie merged commit 8d64509 into master Jan 13, 2022
@lobsterkatie lobsterkatie deleted the kmclb-use-processing-metadata-slot-for-transaction-sampling-data branch January 13, 2022 16:15
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

3 participants