-
-
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: 8.10.0
head repository: getsentry/sentry-javascript
compare: 8.11.0
- 14 commits
- 69 files changed
- 8 contributors
Commits on Jun 19, 2024
-
ci: Fix check for external contributors (#12558)
I noticed that this was not actually working, maybe the check here was wrong 🤔 According to here: https://stackoverflow.com/questions/61886993/in-github-actions-how-to-get-the-type-of-a-trigger-event-as-a-variable this should work!
Configuration menu - View commit details
-
Copy full SHA for e9a073c - Browse repository at this point
Copy the full SHA e9a073cView commit details -
docs: Update readme to include v7 support time & some small fixes (#1…
…2543) We want to support v7 with critical bug fixes until EOY 2024. So we're explicitly stating this in the readme, and I also fixed/updated some other small things.
Configuration menu - View commit details
-
Copy full SHA for 4da24bf - Browse repository at this point
Copy the full SHA 4da24bfView commit details -
getsentry-bot committed
Jun 19, 2024 Configuration menu - View commit details
-
Copy full SHA for bbbcc17 - Browse repository at this point
Copy the full SHA bbbcc17View commit details -
Merge pull request #12559 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 6f953ab - Browse repository at this point
Copy the full SHA 6f953abView commit details -
feat(node): Detect release from more providers (#12529)
ref #12513 This PR upgrades release detection for Node and Vercel Edge SDKs. This change adds release name detection for: - GitLab CI - AppVeyor - AWS Amplify - Azure Pipelines - Bitrise - Buddy CI - Cirrus CI - Codefresh - Codemagic - Semaphore CI - Travis CI - CloudBees CodeShip - Coolify - Jenkins - TeamCity - Woodpecker CI Based on getsentry/sentry-javascript-bundler-plugins#549 Supercedes #12507
Configuration menu - View commit details
-
Copy full SHA for fc165e5 - Browse repository at this point
Copy the full SHA fc165e5View commit details -
fix(profiling-node): Use correct getGlobalScope import (#12564)
We need to import from `@sentry/core` instead of a relative import otherwise the types break.
Configuration menu - View commit details
-
Copy full SHA for 847c05a - Browse repository at this point
Copy the full SHA 847c05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 424937f - Browse repository at this point
Copy the full SHA 424937fView commit details
Commits on Jun 20, 2024
-
feat(core): Add
parentSpanoption tostartSpan*APIs (#12567)With this PR, you can now pass a `parentSpan` optionally to `startSpan*` APIs to create a span as a child of a specific span: ```js const span = Sentry.startInactiveSpan({ name: 'xxx', parentSpan: parent }); Sentry.startSpan({ name: 'xxx', parentSpan: parent }, () => {}); Sentry.startSpanManual({ name: 'xxx', parentSpan: parent }, () => {}); ``` With this, it should be easier to understand how you can manually work with spans in v8. Closes #12539 ref #12566, which I noticed while working on this. For now I just cast the span which should be fine, but is not ideal.Configuration menu - View commit details
-
Copy full SHA for 0019309 - Browse repository at this point
Copy the full SHA 0019309View commit details -
docs: Improve contributing docs (#12541)
See: https://github.com/getsentry/sentry-javascript/blob/fn/contributing-docs/CONTRIBUTING.md --------- Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 31700c9 - Browse repository at this point
Copy the full SHA 31700c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ee962 - Browse repository at this point
Copy the full SHA 00ee962View commit details -
ref: Align
@sentry/nodeexports from framework SDKs. (#12589)Aligns (and sorts) explicit exports from `@sentry/node` in Astro / Remix / Sveltekit SDKs. NextJS SDK does not seem to have explicit exports.
Configuration menu - View commit details
-
Copy full SHA for dfa863a - Browse repository at this point
Copy the full SHA dfa863aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2331958 - Browse repository at this point
Copy the full SHA 2331958View commit details
Commits on Jun 21, 2024
-
Merge pull request #12591 from getsentry/prepare-release/8.11.0
meta: Update changelog for 8.11.0
Configuration menu - View commit details
-
Copy full SHA for 11090b8 - Browse repository at this point
Copy the full SHA 11090b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0830b - Browse repository at this point
Copy the full SHA dd0830bView 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 8.10.0...8.11.0