-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/astro
SDK Version
9.41.0
Framework Version
Astro 5.12.3
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://github.com/johnnydecimal/astro-sentry
Steps to Reproduce
- Run
npm run astro check
, or a build. - Check
sentry.server.config.js
. - Do it again and watch the
globalThis
entries just pile up.
Expected Result
I don't know if we're expecting a single globalThis
block there? Presumably it has some purpose? But we definitely aren't expecting them to just be concatenated to the end.
FWIW mine are 350+ lines long each. The file grows out of control real fast.
Actual Result
As above.
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner