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.33.0 #13852

Merged
merged 24 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4ce48e9
ci: Fix adding bundle sizes to releases (#13792)
mydea Sep 25, 2024
a02cdb4
Update Bug Report template to clarify that the event URL is public.yml
jas-kas Sep 25, 2024
225fb99
Merge pull request #13802 from getsentry/jas-kas-bug-report-update
jas-kas Sep 25, 2024
e5478ad
fix(nuxt): Use absolute path for client config (#13798)
s1gr1d Sep 26, 2024
1bd15f3
fix(nuxt): Don't restrict source map assets upload (#13800)
s1gr1d Sep 26, 2024
3714d60
ci: Automatically notify issues after release (#13808)
mydea Sep 26, 2024
5e2bc47
test(nuxt): Add E2E test for distributed tracing (#13752)
s1gr1d Sep 26, 2024
2343380
feat(node): Add `lru-memoizer` instrumentation (#13796)
onurtemizkan Sep 26, 2024
0d39763
fix(types): Add jsdocs to cron types (#13776)
timfish Sep 26, 2024
39c0b1d
fix(replay): Stop global event handling for paused replays (#13815)
chargome Sep 26, 2024
faed208
Merge pull request #13789 from getsentry/master
github-actions[bot] Sep 26, 2024
c009b0d
ci: Use release comments action from public repo (#13816)
mydea Sep 26, 2024
2f53df7
fix(core): Don't return trace data in `getTraceData` and `getTraceMet…
Lms24 Sep 26, 2024
418584f
test(e2e/solidstart): Skip hydration error to unblock CI (#13824)
Lms24 Sep 28, 2024
7937308
Loosen @sentry/nextjs webpack peer dependency (#13826)
joshuajaco Sep 30, 2024
2ee1687
test: Run Next.js canary tests on PRs (#13829)
lforst Sep 30, 2024
ca19f34
feat(nextjs): Support new async APIs (`headers()`, `params`, `searchP…
lforst Sep 30, 2024
b4b08cd
fix(core): Adapt trpc middleware input attachment (#13831)
chargome Oct 1, 2024
35bdc87
fix(browser): Ensure `wrap()` only returns functions (#13838)
lforst Oct 1, 2024
5e6aef2
fix(sveltekit): add url param to source map upload options (#13812)
obostjancic Oct 2, 2024
a6348cc
ref(utils): Keep non-enumerable properties in `dropUndefinedKeys`. (#…
onurtemizkan Oct 2, 2024
dafd510
ref(test): Increase amqplib integration test timeout (#13850)
onurtemizkan Oct 2, 2024
8f3e5b2
feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module optio…
s1gr1d Oct 2, 2024
b8f92a1
meta(changelog): Update changelog for 8.33.0
chargome Oct 2, 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
Update Bug Report template to clarify that the event URL is public.yml
Based on customer feedback.
jas-kas authored Sep 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a02cdb41ebd2d804efed2c23b050121bd4fdc95c
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ body:
label: Link to Sentry event
description:
If applicable, please provide a link to the affected event from your Sentry account. The event will only be
viewable by Sentry staff.
viewable by Sentry staff; however, the event URL will still appear on your public GitHub issue.
placeholder: https://sentry.io/organizations/<org-slug>/issues/<issue-id>/events/<event-id>/?project=<project-id>
- type: textarea
id: sdk-setup