Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
11 lines
533 B
Plaintext
11 lines
533 B
Plaintext
/**
|
|
* Adds module metadata to stack frames.
|
|
*
|
|
* Metadata can be injected by the Sentry bundler plugins using the `moduleMetadata` config option.
|
|
*
|
|
* When this integration is added, the metadata passed to the bundler plugin is added to the stack frames of all events
|
|
* under the `module_metadata` property. This can be used to help in tagging or routing of events from different teams
|
|
* our sources
|
|
*/
|
|
export declare const moduleMetadataIntegration: () => import("..").Integration;
|
|
//# sourceMappingURL=moduleMetadata.d.ts.map |