-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 7.70.0
head repository: getsentry/sentry-javascript
compare: 7.71.0
- 19 commits
- 78 files changed
- 9 contributors
Commits on Sep 20, 2023
-
getsentry-bot committed
Sep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for f13e579 - Browse repository at this point
Copy the full SHA f13e579View commit details -
Merge pull request #9069 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 469881d - Browse repository at this point
Copy the full SHA 469881dView commit details -
fix(core): Ensure global event processors are always applied to event (…
…#9064) Even if no scope is passed. I guess this is kind of behavior changing, but I'd argue it is just fixing an unexpected behaviour that's not actually intuitive/logical - that global event processors are only applied if a scope is provided.
Configuration menu - View commit details
-
Copy full SHA for 4583f80 - Browse repository at this point
Copy the full SHA 4583f80View commit details -
fix(core): Run client eventProcessors before global ones (#9032)
I noticed that while from an API POV the current behavior makes kind-of sense IMHO: 1. Run global event processors 2. Run scope event processors 3. Run client event processors It is potentially breaking, as if we rewrite integrations to use the new client processors, their processing will run after any user global event processors, leading to potentially unexpected outcomes. So this PR changes this to instead run them in this order: 1. Run client event processors 2. Run global event processors 3. Run scope event processors Which should be more stable for now. In v8, we should update this to run a more sensible order: 1. Global 2. Client 3. Scope
1Configuration menu - View commit details
-
Copy full SHA for 42ddf41 - Browse repository at this point
Copy the full SHA 42ddf41View commit details -
ref(node-experimental): Use sdk-trace-base instead of sdk-trace-node (#…
…9070) Also update all OTEL dependencies to latest to align these properly. The sdk-trace-node package actually just wraps sdk-trace-base, adds some default exports (that we do not need) + sets the async local storage context manager by default (which we overwrite anyhow). So we can cut down on one dependency there and make this a tiny bit easier. I also made a central `OtelSpan` type in node-experimental to avoid using this everywhere throughout the codebase.
1Configuration menu - View commit details
-
Copy full SHA for 3ae909b - Browse repository at this point
Copy the full SHA 3ae909bView commit details -
fix(react): Compare location against
basename-prefixed route. (#9076)Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
1Configuration menu - View commit details
-
Copy full SHA for 27cf07f - Browse repository at this point
Copy the full SHA 27cf07fView commit details
Commits on Sep 21, 2023
-
ref(browser): Refactor browser integrations to use
processEvent(#9022) This refactors browser integrations to use the new `processEvent` hook on the Integrations interface. It also updates Replay to register it's event processor on the client, not globally. This is also needed to ensure the order is somewhat stable, as global processors are run separately from the client ones.
1Configuration menu - View commit details
-
Copy full SHA for 94c68e0 - Browse repository at this point
Copy the full SHA 94c68e0View commit details -
docs: Fix comments describing different import styles in readme (#9081)
Luca Forstner authoredSep 21, 2023 1Configuration menu - View commit details
-
Copy full SHA for ef2ed6b - Browse repository at this point
Copy the full SHA ef2ed6bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 685d3b2 - Browse repository at this point
Copy the full SHA 685d3b2View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8001498 - Browse repository at this point
Copy the full SHA 8001498View commit details -
fix(react): Add actual error name to boundary error name (#9065)
Previously, the error name would always be `React ErrorBoundary Error`, because `errorBoundaryError.name` refers to the name of the Error object that was just created.
1Configuration menu - View commit details
-
Copy full SHA for 1f8de57 - Browse repository at this point
Copy the full SHA 1f8de57View commit details -
build(deps): bump graphql from 16.3.0 to 16.8.1
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.3.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.3.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1Configuration menu - View commit details
-
Copy full SHA for 9dc0f12 - Browse repository at this point
Copy the full SHA 9dc0f12View commit details
Commits on Sep 22, 2023
-
ref(node-experimental): Reorder files into
opentelemetryfolder (#90841Configuration menu - View commit details
-
Copy full SHA for d94e72a - Browse repository at this point
Copy the full SHA d94e72aView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 0532541 - Browse repository at this point
Copy the full SHA 0532541View commit details
Commits on Sep 25, 2023
-
ref(opentelemetry-node): Extract
maybeCaptureExceptionForTimedEvent(……#9099) Also add tests for this. This can then be reused e.g. by node-experimental in a later step.
1Configuration menu - View commit details
-
Copy full SHA for 705be9b - Browse repository at this point
Copy the full SHA 705be9bView commit details -
fix(nextjs): Use webpack module paths to attempt to resolve internal …
…request async storage module (#9100)
Luca Forstner authoredSep 25, 2023 1Configuration menu - View commit details
-
Copy full SHA for 622186c - Browse repository at this point
Copy the full SHA 622186cView commit details -
meta(changelog): Update changelog for 7.71.0
Luca Forstner committedSep 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 90b0c1f - Browse repository at this point
Copy the full SHA 90b0c1fView commit details -
Merge pull request #9103 from getsentry/prepare-release/7.71.0
Luca Forstner authoredSep 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ee7e00 - Browse repository at this point
Copy the full SHA 3ee7e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a51df - Browse repository at this point
Copy the full SHA e3a51dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.70.0...7.71.0