Skip to content

Commit

Permalink
Use a more specific chunk name for recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
romulof authored Feb 7, 2025
1 parent e30555e commit 8909756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rum/src/boot/lazyLoadRecorder.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export async function lazyLoadRecorder() {
try {
const module = await import(/* webpackChunkName: "recorder" */ './startRecording')
const module = await import(/* webpackChunkName: "datadog-recorder" */ './startRecording')
return module.startRecording
} catch {
/* Prevent collecting the webpack ChunkLoadError as it is already collected as a RUM resource. */
Expand Down

0 comments on commit 8909756

Please sign in to comment.