feat(sveltekit): Auto-wire orchestrion build-time instrumentation - #22768
Conversation
|
bugbottinger run |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4ac971e. Configure here.
|
|
||
| export default defineConfig({ | ||
| plugins: [ | ||
| // `sentrySvelteKit()` wires up the orchestrion code transform automatically, so |
There was a problem hiding this comment.
l: do we even need to document this here? 😅 like iiuc this will just be the behavior for the plugins our metaframeworks expose and we also don't explicitly list all the other behaviors we get from those
There was a problem hiding this comment.
Yeah superflous, I'll delete it in the next pr

sentrySvelteKit()now adds the orchestrion bundler plugin (@sentry/server-utils/orchestrion/vite) automatically with no manual plugin setup.The Cloudflare adapter is skipped for and handled in a follow up
closes #22681