Skip to content

Commit 215e1dc

Browse files
authored
chore(publish): Publish spotlightBrowserIntegration in dedicated integration CDN bundle (#15303)
Since we removed `debugIntegration` in v9, the `debug(.min).js` bundle now only contains `spotlightIntegration`, which is confusing, and doesn't follow the usual naming patter for integration CDN bundles. This patch therefore renames the bundle to `spotlight(.min).js`.
1 parent 3220902 commit 215e1dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/browser/rollup.bundle.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ const browserPluggableIntegrationFiles = ['contextlines', 'httpclient', 'reporti
66

77
const reexportedPluggableIntegrationFiles = [
88
'captureconsole',
9-
'debug',
109
'dedupe',
1110
'extraerrordata',
1211
'rewriteframes',
1312
'feedback',
1413
'modulemetadata',
14+
'spotlight',
1515
];
1616

1717
browserPluggableIntegrationFiles.forEach(integrationName => {

0 commit comments

Comments
 (0)