chore(deps): update JavaScript SDK to v10.61.0#6349
Merged
Conversation
Contributor
Author
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
dc37a18 to
55350d4
Compare
📲 Install BuildsAndroid
|
Contributor
Author
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 7a89652+dirty | 3861.46 ms | 1229.61 ms | -2631.85 ms |
| 5b7e8a7+dirty | 3851.22 ms | 1223.79 ms | -2627.43 ms |
| 822d35b+dirty | 3830.64 ms | 1209.20 ms | -2621.44 ms |
| 7ac3378+dirty | 1213.37 ms | 1218.15 ms | 4.78 ms |
| c004dae+dirty | 3850.32 ms | 1227.79 ms | -2622.53 ms |
| 94af3bd+dirty | 3849.30 ms | 1235.15 ms | -2614.15 ms |
| 580fb5c+dirty | 3836.13 ms | 1218.72 ms | -2617.41 ms |
| 4953e94+dirty | 1212.06 ms | 1214.83 ms | 2.77 ms |
| 853723c+dirty | 3852.60 ms | 1234.64 ms | -2617.96 ms |
| ecf47a2+dirty | 3835.20 ms | 1222.43 ms | -2612.77 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 7a89652+dirty | 5.15 MiB | 6.70 MiB | 1.55 MiB |
| 5b7e8a7+dirty | 5.15 MiB | 6.70 MiB | 1.54 MiB |
| 822d35b+dirty | 4.98 MiB | 6.50 MiB | 1.53 MiB |
| 7ac3378+dirty | 3.38 MiB | 4.76 MiB | 1.38 MiB |
| c004dae+dirty | 5.15 MiB | 6.67 MiB | 1.51 MiB |
| 94af3bd+dirty | 5.15 MiB | 6.69 MiB | 1.53 MiB |
| 580fb5c+dirty | 4.98 MiB | 6.46 MiB | 1.48 MiB |
| 4953e94+dirty | 3.38 MiB | 4.73 MiB | 1.35 MiB |
| 853723c+dirty | 5.15 MiB | 6.69 MiB | 1.53 MiB |
| ecf47a2+dirty | 4.98 MiB | 6.46 MiB | 1.49 MiB |
Previous results on branch: deps/scripts/update-javascript.sh
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| a984bbe+dirty | 3845.94 ms | 1233.80 ms | -2612.14 ms |
| b243e31+dirty | 1225.16 ms | 1237.90 ms | 12.73 ms |
| b489633+dirty | 3841.07 ms | 1228.20 ms | -2612.86 ms |
| 5320cf6+dirty | 3833.33 ms | 1222.04 ms | -2611.29 ms |
| f24b405+dirty | 1223.67 ms | 1228.45 ms | 4.78 ms |
| ff56633+dirty | 1212.29 ms | 1214.81 ms | 2.52 ms |
| 995b75a+dirty | 1210.56 ms | 1218.13 ms | 7.57 ms |
| e817162+dirty | 1212.43 ms | 1216.10 ms | 3.67 ms |
| 9126575+dirty | 1220.25 ms | 1219.30 ms | -0.95 ms |
| 1eed088+dirty | 1233.41 ms | 1233.63 ms | 0.22 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| a984bbe+dirty | 5.15 MiB | 6.68 MiB | 1.53 MiB |
| b243e31+dirty | 2.63 MiB | 4.00 MiB | 1.36 MiB |
| b489633+dirty | 5.15 MiB | 6.71 MiB | 1.55 MiB |
| 5320cf6+dirty | 5.15 MiB | 6.70 MiB | 1.55 MiB |
| f24b405+dirty | 3.38 MiB | 4.78 MiB | 1.40 MiB |
| ff56633+dirty | 2.63 MiB | 3.87 MiB | 1.24 MiB |
| 995b75a+dirty | 2.63 MiB | 3.98 MiB | 1.35 MiB |
| e817162+dirty | 3.38 MiB | 4.60 MiB | 1.22 MiB |
| 9126575+dirty | 3.44 MiB | 4.59 MiB | 1.15 MiB |
| 1eed088+dirty | 2.63 MiB | 3.98 MiB | 1.35 MiB |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps scripts/update-javascript.sh from 10.60.0 to 10.61.0.
Auto-generated by a dependency updater.
Changelog
10.61.0
Important Changes
feat(core): Enable
streamGenAiSpansby default (#21732)The SDK now extracts all
gen_aispans out of a transaction and sends them as v2 envelope items by default. This prevents gen_ai spans from being dropped when the transaction payload exceeds size limits. Because they are no longer constrained by transaction size limits, AI message data is also no longer truncated by default. SetenableTruncation: trueon the respective AI integration to re-enable truncation. To keep the previous behavior, setstreamGenAiSpans: false.Self-hosted Sentry users should opt out with
streamGenAiSpans: false, since streamed gen_ai spans may not be ingested by their Sentry instance.Other Changes
db.query.summaryfunctionality (#21670)Sentry.setAttribute(s)APIs (#21705)trace_idswith span streaming (#21714)Internal Changes
bindTracingChannelToSpanacross runtimes (#21642)fsIntegration(#21654)sentry-sdk-initmeasure and marks (#21687)