Tim Fish
Tim Fish
> Oh that is very not apparent in just this line I've opened a PR to improve the docs: - https://github.com/getsentry/sentry-docs/pull/12429 > I also was not able to confirm that...
Sorry, I dropped the ball on this. Did you manage to get it working? I looked at your repository and couldn't work out how to run the app!
Another alternative might be to add a top level `positioning` property which can be `relative` or `absolute` and defaults to `relative` if not set?
I'm trying to work out how the hooks will improve performance since will we not need the filter to match every possible JavaScript file?
> Here you could filter only for the injection file id (for example). Oh yeah, it does look like we can do this for the `resolveId` and `load` hooks! `transform`...
#761 moves `createRollupReleaseInjectionHooks` away from per-module hooks entirely and uses `renderChunk`. There is still some scope to add some filters, for example when we're replacing build flags: - https://github.com/getsentry/sentry-javascript/issues/17048
We could make it so that if you set `release: undefined` on `init`, then we don't read from the globals? This would be a breaking change though since users might...
When [this issue](https://github.com/getsentry/publish/issues/4251) closes, 5.4.0 will be published to npm. This has a fix for multiple sessions being recorded when there are multiple renderer crashes in a single session. Let...