Open mydea opened 4 months ago
Question: Did we see people running into problems when bundling their code? As it stands, I think our docs still hold, even when bundling your code. The only thing that is not great is doing the import statement and using ESM.
Did we see people running into problems when bundling their code?
I had trouble with the Sentry bundler plugins upgrading to v8 due to bundling. I didn't look into it that much because I used the ServerRuntimeClient
instead.
We already have some bundler e2e tests so this could have just been something specific to our rollup config. I'll have a bit more of a dig around and try and work out what was causing the issues.
Core or SDK?
Platform/SDK
Which part? Which one?
Node
Description
We should document how you can use auto-instrumentation with node when bundling code into a single file (by configuring externals).
Suggested Solution
Add this to alternative installation docs, possibly?