-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
meta(changelog): Update changelog for 10.47.0 #20050
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
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
3e4ac69
test(deno): Expand Deno E2E test coverage (#19957)
chargome 4ffea2d
feat(node): Add `nodeRuntimeMetricsIntegration` (#19923)
chargome 9dfbc7b
Merge pull request #19980 from getsentry/master
github-actions[bot] c77eff1
docs(release): Update publishing-a-release.md (#19982)
nicohrubec a1df56d
fix(opentelemetry): Convert seconds timestamps in span.end() to milli…
logaretm c8d4677
feat(nuxt): Support parametrized SSR routes in Nuxt 5 (#19977)
s1gr1d 4a43db2
ref(core): Consolidate getOperationName into one shared utility (#19971)
nicohrubec f685a85
fix(e2e): Pin @opentelemetry/api to 1.9.0 in ts3.8 test app (#19992)
logaretm 91709f0
feat(browser): Replace element timing spans with metrics (#19869)
logaretm e3bdbed
ref(core): Introduce instrumented method registry for AI integrations…
nicohrubec c0d52df
fix(node): Ensure startNewTrace propagates traceId in OTel environmen…
logaretm fa74db5
feat(core): Support embedding APIs in google-genai (#19797)
nicohrubec cd6d8cc
feat(deps): Bump handlebars from 4.7.7 to 4.7.9 (#20008)
dependabot[bot] 819240d
chore(deps): Bump @apollo/server from 5.4.0 to 5.5.0 (#20007)
dependabot[bot] 5ba0bd3
chore(deps): Bump srvx from 0.11.12 to 0.11.13 (#20001)
dependabot[bot] 64cdce1
feat(deps): Bump babel-loader from 10.0.0 to 10.1.1 (#19997)
dependabot[bot] 032dc48
ci(deps): Bump actions/upload-artifact from 6 to 7 (#19569)
dependabot[bot] d7eb659
chore(deps-dev): Bump yaml from 2.8.2 to 2.8.3 (#19985)
dependabot[bot] a8e14f9
chore(deps): Bump amqplib from 0.10.7 to 0.10.9 (#20000)
dependabot[bot] 08fb122
chore(deps-dev): Bump node-forge from 1.3.2 to 1.4.0 (#20012)
dependabot[bot] 9eb3d74
test(e2e): Add e2e tests for `nodeRuntimeMetricsIntegration` (#19989)
chargome b93ef56
feat(bun): Add `bunRuntimeMetricsIntegration` (#19979)
chargome 02c9cd8
chore(deps-dev): remove esbuild override in astro-5-cf-workers E2E test
isaacs 73f03bb
chore: Add shared validate-pr composite action (#20025)
stephanie-anderson ae74361
fix(nuxt): Use virtual module for Nuxt pages data (SSR route parametr…
s1gr1d fcdb62e
feat(nuxt): Add middleware instrumentation compatibility for Nuxt 5 (…
s1gr1d 94534e6
chore: Update validate-pr action to latest version (#20027)
stephanie-anderson 4747355
feat(solid): Add route parametrization for Solid Router (#20031)
andreiborza c8e56ff
fix(ci): Update validate-pr action to remove draft enforcement (#20035)
stephanie-anderson 2a8c1d6
feat(node-core): Add OTLP integration for node-core/light (#19729)
andreiborza fff880e
fix(ci): Update validate-pr action to remove draft enforcement (#20037)
stephanie-anderson 119c06f
fix(core): Guard nullish response in supabase PostgREST handler (#20033)
antonis 738b3e7
refactor(browser): Reduce browser package bundle size (#19856)
HazAT 08cab24
fix(node): Deduplicate `sentry-trace` and `baggage` headers on outgoi…
Lms24 9bfc682
ref(browser-tests): Add waitForMetricRequest helper (#20002)
logaretm 28f94f3
fix(react-router): Disable debug ID injection in Vite plugin to preve…
isaacs 61edc25
Merge pull request #19890 from getsentry/fix/react-router-debug-id-do…
isaacs 3815492
fix(profiling): Disable profiling in worker threads (#20040)
chargome 8f08fcb
fix(browser-tests): Pin axios to 1.13.5 to avoid compromised 1.14.1 (…
andreiborza 2c0ce6f
feat(deps): Bump OpenTelemetry dependencies (#20046)
andreiborza 3d4e38d
meta(changelog): Update changelog for 10.47.0
chargome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
130 changes: 0 additions & 130 deletions
130
.github/workflows/create-issue-for-unreferenced-prs.yml
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: Validate PR | ||
|
|
||
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened] | ||
|
|
||
| jobs: | ||
| validate-pr: | ||
| runs-on: ubuntu-24.04 | ||
| permissions: | ||
| pull-requests: write | ||
| steps: | ||
| - uses: getsentry/github-workflows/validate-pr@0b52fc6a867b744dcbdf5d25c18bc8d1c95710e1 | ||
| with: | ||
| app-id: ${{ vars.SDK_MAINTAINER_BOT_APP_ID }} | ||
| private-key: ${{ secrets.SDK_MAINTAINER_BOT_PRIVATE_KEY }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.