-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(core): Add ModuleMetadata
integration
#8475
feat(core): Add ModuleMetadata
integration
#8475
Conversation
…/timfish/sentry-javascript into feat/module-metadata-integration
Problem: Expected Behavior: Steps to Reproduce: Current Behavior: Environment: Node.js version: 16.18.1 Dependencies Versions: subApplication: Note: |
@0131LWG Please open a new issue with concrete reproduction steps. You current description is not specific enough for us to reproduce. Thanks! |
This PR:
ModuleMetadata
integration that fetches metadata injected via bundler plugins and attaches is to themodule_metadata
property of everyStackFrame
.beforeSend
or another integration to route events depending on the metadata.@sentry/core
(ie. not inIntegrations
) so it doesn't get included in default bundles@sentry/browser
so that it can be used without depending directly on corebeforeEnvelope
hook to strip themodule_metadata
property from stack framesmodule_metadata
is available inbeforeSend
and is stripped before sending