feat(core): Add ModuleMetadata integration#8475
feat(core): Add ModuleMetadata integration#8475AbhiPrasad merged 10 commits intogetsentry:developfrom
ModuleMetadata integration#8475Conversation
…/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:
ModuleMetadataintegration that fetches metadata injected via bundler plugins and attaches is to themodule_metadataproperty of everyStackFrame.beforeSendor another integration to route events depending on the metadata.@sentry/core(ie. not inIntegrations) so it doesn't get included in default bundles@sentry/browserso that it can be used without depending directly on corebeforeEnvelopehook to strip themodule_metadataproperty from stack framesmodule_metadatais available inbeforeSendand is stripped before sending