Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cloudflare/src/vite/autoInstrument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function sentryCloudflareAutoInstrumentPlugin(options: { wranglerConfigPa
this.warn?.(
`[sentry] Could not auto-instrument ${missing.join(', ')}.` +
'The worker entry has no export matching them. ' +
'Star re-exports (`export * from "./do"`) are not matched.' +
'Star re-exports (`export * from "./do"`) are not matched. ' +
'Export them by name or wrap them manually with corresponding `instrument*WithSentry` helpers.',
);
}
Expand Down
Loading