UNPKG

551 BTypeScriptView Raw
1/**
2 * Adds module metadata to stack frames.
3 *
4 * Metadata can be injected by the Sentry bundler plugins using the `_experiments.moduleMetadata` config option.
5 *
6 * When this integration is added, the metadata passed to the bundler plugin is added to the stack frames of all events
7 * under the `module_metadata` property. This can be used to help in tagging or routing of events from different teams
8 * our sources
9 */
10export declare const moduleMetadataIntegration: () => import("@sentry/types").Integration;
11//# sourceMappingURL=metadata.d.ts.map
\No newline at end of file