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(changelog): Update changelog for 8.43.0 #14639

Merged
merged 131 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
26722d7
Init package files
aliu39 Oct 29, 2024
72f9cc0
Merge branch 'develop' into aliu/launch-darkly
aliu39 Oct 29, 2024
419cd83
Revert changelog and move types file
aliu39 Oct 29, 2024
610da4d
Add ld to dependencies and skeleton code. Get rid of core/
aliu39 Oct 29, 2024
5b2e5ec
Fix readme, rename types file, bring back core/
aliu39 Oct 29, 2024
66b1253
Fix readme 2
aliu39 Oct 30, 2024
023604a
Merge branch 'develop' into aliu/launch-darkly
aliu39 Oct 30, 2024
1f99c28
Merge branch 'aliu/launch-darkly' of https://github.com/getsentry/sen…
aliu39 Oct 30, 2024
85acc6d
Finish implementing, minus scope.flags
aliu39 Oct 30, 2024
3b3a767
Implement flag buffer in sentry scope
aliu39 Oct 30, 2024
ab3181d
Revert changelog
aliu39 Oct 30, 2024
22684ea
fix types
michellewzhang Oct 30, 2024
79e5b24
docstring
michellewzhang Oct 30, 2024
63649c5
Export FeatureFlag type in index.ts
aliu39 Oct 30, 2024
923500f
Merge branch 'aliu/launch-darkly' of https://github.com/getsentry/sen…
aliu39 Oct 30, 2024
bd04755
Clean up comments
aliu39 Oct 30, 2024
91a4db9
Fix build (uses yalc for scope changes) and use LRUMap util
aliu39 Oct 31, 2024
1849673
Merge branch 'develop' into aliu/launch-darkly
aliu39 Nov 5, 2024
1ca9d53
Tweak hook name and docs
aliu39 Nov 5, 2024
893cd62
FlagBuffer class and interface, add to scope._contexts. Remove old fl…
aliu39 Nov 6, 2024
f172683
Call clone in scope.clone()
aliu39 Nov 6, 2024
b96c17f
Rewrite as a util fx instead of class. Use in LD integration
aliu39 Nov 6, 2024
f9a659b
Delete LD pkg
aliu39 Nov 6, 2024
d9c5860
Delete LD from package.json and update lock
aliu39 Nov 6, 2024
cf24b75
Readd LD integration
aliu39 Nov 6, 2024
5561633
Fix dependencies and rename exports
aliu39 Nov 7, 2024
6eab55f
Fix normalize depth of 3 for contexts.flags, improve docstrings
aliu39 Nov 8, 2024
d90d346
Rm eslint rules, todos
aliu39 Nov 8, 2024
19ccb19
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Nov 8, 2024
548858d
Update sentry dependency vers
aliu39 Nov 9, 2024
c289e63
Update insertToFlagBuffer and unit test it
aliu39 Nov 9, 2024
f5c6995
Move ld to devDependencies and rm shim-preact from build:types
aliu39 Nov 11, 2024
334aa51
Move to browser integrations, delete package
aliu39 Nov 11, 2024
c27f766
Init browser-integration-tests
aliu39 Nov 12, 2024
948cea7
Fix test
aliu39 Nov 12, 2024
d371316
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Nov 12, 2024
aef6dba
Finialize test and make handler synchronous
aliu39 Nov 12, 2024
7b14926
Move util to browser pkg
aliu39 Nov 12, 2024
8ec8680
Review comments, fix buffer size import, clean up todos
aliu39 Nov 13, 2024
6e22c17
Restructure src and test modules, rename util and type files
aliu39 Nov 13, 2024
dc7e74a
Inline LD types
aliu39 Nov 13, 2024
3c686c5
Copy flags when attaching to event
aliu39 Nov 13, 2024
88f8251
Add withScope test and delete bad not modified test
aliu39 Nov 13, 2024
05036ae
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Nov 13, 2024
fc79f4a
Del unnecesary devDep
aliu39 Nov 13, 2024
7a5f29d
Log insertToFlagBuffer error instead of throwing
aliu39 Nov 13, 2024
7e24158
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Nov 13, 2024
969c5c0
Fix playwright tests
aliu39 Nov 13, 2024
ac8faf7
Use Sentry namespace in init
aliu39 Nov 13, 2024
b1cb0a5
(Temporarily?) move to exports
aliu39 Nov 13, 2024
3b784a6
Skip CDN bundle tests, fix unit test, un-export FLAG_BUFFER_SIZE, upd…
aliu39 Nov 13, 2024
b93c062
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Nov 13, 2024
8ffafd1
Revert lockfile
aliu39 Nov 13, 2024
83ee34b
biome formatting
aliu39 Nov 13, 2024
a2ba257
Bump size limits for vue (w/tracing) and browser (w/async feedback)
aliu39 Nov 14, 2024
611df2c
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Nov 14, 2024
be9ccc2
Merge branch 'develop' into aliu/launch-darkly-integration
billyvg Nov 19, 2024
7b3382f
make `shouldSkipLaunchDarklyTest` to be generic for feature flags
billyvg Nov 19, 2024
d292da2
Merge branch 'develop' into aliu/launch-darkly-integration
billyvg Nov 20, 2024
c4ba65b
fix tests
billyvg Nov 19, 2024
fb0bf05
Update dev-packages/browser-integration-tests/utils/helpers.ts
billyvg Nov 20, 2024
90577bf
import from core
billyvg Nov 20, 2024
c8e8c21
ref(flags): Refactor LaunchDarkly integration to reusable functions
billyvg Nov 19, 2024
ddf814b
split insertToFlagBuffer into 2 functions (insertFlagToScope and inse…
billyvg Nov 19, 2024
4195a8e
only copy flags if buffer is not empty
billyvg Nov 19, 2024
2d48782
ref(flags): Refactor LaunchDarkly integration to reusable functions
billyvg Nov 19, 2024
22e7e16
Add OpenFeature browser integration
cmanallen Nov 15, 2024
c9d3a74
Linting
cmanallen Nov 15, 2024
3dcf07e
Add missing semi-colons
cmanallen Nov 15, 2024
1e1d734
update tests to use `shouldSkipFeatureFlagsTest` and `getLocalTestUrl`
billyvg Nov 19, 2024
06e7fbb
ref; use featureFlags util functions
billyvg Nov 19, 2024
a47d337
export copyFlags/insertFlagToScope
billyvg Nov 19, 2024
afd4f78
add error hook test
billyvg Nov 20, 2024
ecc91bc
fix(profiling): Make prune script compatible with node 22 (#14491)
chargome Dec 2, 2024
a292a60
Merge pull request #14326 from getsentry/cmanallen/open-feature-integ…
cmanallen Dec 2, 2024
049e312
Merge pull request #14369 from getsentry/ref-ff-launch-darkly-integra…
cmanallen Dec 2, 2024
8be7d99
Merge branch 'develop' into aliu/launch-darkly-integration
cmanallen Dec 2, 2024
3c49dda
Fix types
cmanallen Dec 2, 2024
2901aa2
Remove deprecated type file
cmanallen Dec 2, 2024
97abe0a
fix(sveltekit): Fix git SHA not being picked up for release (#14540)
lforst Dec 2, 2024
ee89c68
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Dec 2, 2024
0a0299e
Fix type import
aliu39 Dec 2, 2024
cf6992f
Update deprecated type imports to use core
aliu39 Dec 2, 2024
c8e81d5
feat(opentelemetry): Stop looking at propagation context for span cre…
mydea Dec 3, 2024
9defdce
ci(profiling): Fix yarn timeout for Windows (#14543)
JonasBa Dec 3, 2024
9581a2e
Merge pull request #14541 from getsentry/master
github-actions[bot] Dec 3, 2024
b0729b6
fix(react): Match routes with `parseSearch` option in TanStack Router…
luke-layerhealth Dec 3, 2024
256cf9f
fix(nextjs): Don't show warning about devtool option (#14552)
lforst Dec 3, 2024
9c55aa0
chore: Add external contributor to CHANGELOG.md (#14557)
HazAT Dec 3, 2024
1ec4c49
feat(nitro-utils): Export Rollup Plugin `wrapServerEntryWithDynamicIm…
s1gr1d Dec 4, 2024
20c267e
feat(node): Add `disableAnrDetectionForCallback` function (#14359)
timfish Dec 4, 2024
7f36772
feat(browser): Add `browserSessionIntegration` (#14551)
lforst Dec 4, 2024
fcd2935
feat(node): Add `trackIncomingRequestsAsSessions` option to http inte…
lforst Dec 4, 2024
81ec14a
test(ember): Fix ember-classic E2E test (#14574)
mydea Dec 4, 2024
cb1c7ee
chore(repo): Fix svelte/svelteKit issue label assignment (#14569)
Lms24 Dec 4, 2024
46eb462
review comments
aliu39 Dec 4, 2024
026acec
Merge branch 'develop' into aliu/launch-darkly-integration
aliu39 Dec 4, 2024
05dab63
Revert export ordering
aliu39 Dec 4, 2024
2a41c84
Merge pull request #14207 from getsentry/aliu/launch-darkly-integration
aliu39 Dec 4, 2024
d631127
feat(opentelemetry): Update OpenTelemetry dependencies to `1.28.0` (#…
mydea Dec 5, 2024
bd94e8d
ref(core): Streamline global handlers & add comments (#14568)
mydea Dec 5, 2024
d8bd0f5
fix(core): Decode `filename` and `module` stack frame properties in N…
Lms24 Dec 5, 2024
92ce807
fix(types): Fix generic exports with default (#14576)
lforst Dec 5, 2024
42ff876
meta(types): Remove Feature Flag APIs from deprecated package (#14591)
lforst Dec 5, 2024
1c72b31
feat(nestjs): Add fastify support (#14549)
chargome Dec 5, 2024
c6ae78b
fix(nextjs): Only apply tracing metadata to data fetcher data when da…
lforst Dec 5, 2024
045d8b4
feat(core): Deprecate APIs around `RequestSession`s (#14566)
lforst Dec 5, 2024
4103667
feat(core): Add `raw_security` envelope types (#14562)
timfish Dec 5, 2024
745775e
ref: Refactor some more `any` types (#14546)
mydea Dec 5, 2024
f4970f1
docs(ci): Add docs for automatic E2E test detection (#14593)
s1gr1d Dec 5, 2024
c696aac
feat(opentelemetry): Update OpenTelemetry dependencies to `^1.29.0` (…
mydea Dec 5, 2024
e35c691
feat(nextjs): Deprecate typedef for `hideSourceMaps` (#14594)
lforst Dec 5, 2024
3778482
feat(aws): Add v8 lambda layer craft target (#14599)
andreiborza Dec 6, 2024
121ae07
feat(nuxt): Add option `autoInjectServerSentry` (no default `import()…
s1gr1d Dec 6, 2024
ddd753f
feat(nuxt): Improve serverless event flushing and scope isolation (#1…
s1gr1d Dec 6, 2024
05e9dff
feat(nuxt): Add warning when Netlify or Vercel build is discovered (#…
s1gr1d Dec 6, 2024
05c7c89
feat(nitro-utils): Add `patchEventHandler` helper for nitro (#14614)
andreiborza Dec 6, 2024
da53004
chore(e2e): Pin react types for nextjs-t3 app (#14617)
andreiborza Dec 6, 2024
666e668
feat(replay): Upgrade rrweb packages to 2.30.0 (#14597)
billyvg Dec 6, 2024
a985d64
feat(flags): Add featureFlagsIntegration for custom tracking of flag …
aliu39 Dec 6, 2024
51e015c
feat(nitro-utils): Use `patchEventHandler` from nitro-utils (#14612)
andreiborza Dec 7, 2024
82fc95d
feat(deps): Bump @sentry/cli from 2.38.2 to 2.39.1 (#14626)
dependabot[bot] Dec 9, 2024
08b7e49
feat(node): Add @vercel/ai instrumentation (#13892)
AbhiPrasad Dec 9, 2024
7f0bd25
feat(astro): Add Astro 5 support (#14613)
Lms24 Dec 10, 2024
242ed75
fix(core): Filter out unactionable CEFSharp promise rejection error b…
Lms24 Dec 10, 2024
a5a4e8c
feat(deps): Bump @sentry/webpack-plugin from 2.22.6 to 2.22.7 (#14623)
dependabot[bot] Dec 10, 2024
4df242d
feat(deps): Bump @sentry/rollup-plugin from 2.22.6 to 2.22.7 (#14622)
dependabot[bot] Dec 10, 2024
f962eef
feat(deps): Bump @opentelemetry/instrumentation from 0.55.0 to 0.56.0…
dependabot[bot] Dec 10, 2024
a9cfd11
fix(node): Guard against invalid `maxSpanWaitDuration` values (#14632)
mydea Dec 10, 2024
a9dcdb8
test: Skip double installing playwright in E2E tests (#14633)
mydea Dec 10, 2024
5be252c
meta(changelog): Update changelog for 8.43.0
lforst Dec 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(deps): Bump @sentry/rollup-plugin from 2.22.6 to 2.22.7 (#14622)
Bumps
[@sentry/rollup-plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins)
from 2.22.6 to 2.22.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/releases"><code>@​sentry/rollup-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>2.22.7</h2>
<ul>
<li>deps: Bump <code>@sentry/cli</code> to <code>2.39.1</code> and
require specific version (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/632">#632</a>)</li>
<li>feat(telemetry): Record if plugin is run in CI (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/627">#627</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md"><code>@​sentry/rollup-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.22.7</h2>
<ul>
<li>deps: Bump <code>@sentry/cli</code> to <code>2.39.1</code> and
require specific version (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/632">#632</a>)</li>
<li>feat(telemetry): Record if plugin is run in CI (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/627">#627</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/31978d7a3fc278f42b5f1fbbc72d27dd34426f98"><code>31978d7</code></a>
release: 2.22.7</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/514055a1dbcf80cf4ca60967b233696e50e0b11d"><code>514055a</code></a>
meta: Update changelog for 2.22.7</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7dfea7bad45c825090819bdca09017649a4a5e38"><code>7dfea7b</code></a>
deps: Bump <code>@sentry/cli</code> to <code>2.39.1</code> and require
specific version (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/632">#632</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/040814d43e62f419ce9da4a055fde13bc3216f30"><code>040814d</code></a>
feat(telemetry): Record if plugin is run in CI (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/627">#627</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/f7c468d9b85c95fe15ce66a124bbf83a6b4d3c15"><code>f7c468d</code></a>
chore: Log only to stderr (<a
href="https://redirect.github.com/getsentry/sentry-javascript-bundler-plugins/issues/624">#624</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/commit/7f984482c73e4284e8b12a08dfedf23b5a82f0af"><code>7f98448</code></a>
Merge branch 'release/2.22.6'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/2.22.6...2.22.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@sentry/rollup-plugin&package-manager=npm_and_yarn&previous-version=2.22.6&new-version=2.22.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Dec 10, 2024
commit 4df242ddde3214d6e0abcc40cfaab71ee3075a86
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"@sentry/core": "8.42.0",
"@sentry/node": "8.42.0",
"@sentry/opentelemetry": "8.42.0",
"@sentry/rollup-plugin": "2.22.6",
"@sentry/rollup-plugin": "2.22.7",
"@sentry/vite-plugin": "2.22.6",
"@sentry/vue": "8.42.0"
},
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -8778,12 +8778,12 @@
"@sentry/cli-win32-i686" "2.39.1"
"@sentry/cli-win32-x64" "2.39.1"

"@sentry/rollup-plugin@2.22.6":
version "2.22.6"
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-2.22.6.tgz#74e9ab69729ee024a497b21b66be3b1992e786d5"
integrity sha512-UmTT4kLytwDJkmfwFCOXIgS6pBi2+ZeM/zU/xJ2R4jE0+s1VvYP3DBGYsUhp4Uf/zDanCawpKJqYZMZtq9EyMA==
"@sentry/rollup-plugin@2.22.7":
version "2.22.7"
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-2.22.7.tgz#994bb859437eb1e5fd34c485aaa79ba14354778f"
integrity sha512-7rgIsne8Ghb/CrfFJG5DMLcHyMqrUaw4yifq7sgYCdDyUBQ5Ox0eWVQ/autK/NYLDxDsT2r8FNttpM2hpEsUxg==
dependencies:
"@sentry/bundler-plugin-core" "2.22.6"
"@sentry/bundler-plugin-core" "2.22.7"
unplugin "1.0.1"

"@sentry/vite-plugin@2.22.6", "@sentry/vite-plugin@^2.22.6":