Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: Update changelog for 8.11.0 #12591

Merged
merged 11 commits into from
Jun 21, 2024
Merged

meta: Update changelog for 8.11.0 #12591

merged 11 commits into from
Jun 21, 2024

Conversation

AbhiPrasad
Copy link
Member

Need to release fix for #12564 asap.

mydea and others added 11 commits June 19, 2024 12:57
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!
…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.
[Gitflow] Merge master into develop
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
We need to import from `@sentry/core` instead of a relative import
otherwise the types break.
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.
See:
https://github.com/getsentry/sentry-javascript/blob/fn/contributing-docs/CONTRIBUTING.md

---------

Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
Aligns (and sorts) explicit exports from `@sentry/node` in Astro / Remix
/ Sveltekit SDKs. NextJS SDK does not seem to have explicit exports.
@AbhiPrasad AbhiPrasad requested a review from a team June 20, 2024 17:02
@AbhiPrasad AbhiPrasad self-assigned this Jun 20, 2024
@AbhiPrasad AbhiPrasad requested review from chargome, nicohrubec, mydea and lforst and removed request for a team June 20, 2024 17:02
@AbhiPrasad AbhiPrasad changed the base branch from develop to master June 20, 2024 17:02
@mydea mydea merged commit 11090b8 into master Jun 21, 2024
30 checks passed
@mydea mydea deleted the prepare-release/8.11.0 branch June 21, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants