Tim Fish
Tim Fish
It was not mentioned in the RFC but View Hierarchy positioning is expected to be relative to the parent window. In Sentry, flutter projects were hard-coded to use absolute positioning...
Debug IDs are detailed in the [TC39 proposal](https://github.com/tc39/source-map/blob/main/proposals/debug-id.md). Debug IDs are unique IDs generated from a deterministic hash of the source code which are then injected/included in both source and...
The latest e2e tests have become quite flakey and require re-runs to get everything through. This should be fixed!
Found this bug while migrating the tests to assert on the full envelopes that are sent. Needs investigating!
In our tests, we specifically vary the output chunk contents so that we don't end up with files with the same debug IDs: https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/7b097fc08a19c6cc1cf2dfa5d6753f08c3faed58/packages/integration-tests/fixtures/debug-id-injection/input/bundle1.js#L4-L5 https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/7b097fc08a19c6cc1cf2dfa5d6753f08c3faed58/packages/integration-tests/fixtures/debug-id-injection/input/bundle2.js#L4-L5 It is possible to generate...
Node (probably easiest done in our `SentryPropagator` AND adding support for `propagateTraceparent` in the OTel version of `getTraceData`)
### Description Where we have separate debug/production builds that are selected via package.json exports, we should log that the development output is being used! Without this, there is no way...
- Ref #1251
Not sure if this will work but worth a try. If it just works, the only minor issue might [how the threads are named by default](https://github.com/getsentry/sentry-javascript-node-native-stacktrace/blob/56f301aeb5be6d4084bd31683b41fd90373fb8b5/src/index.ts#L177C1-L184C2), ie. `threadId`: ```ts /**...