Skip to content

Commit 5ba80bc

Browse files
authoredMar 17, 2025··
Merge pull request #15703 from getsentry/prepare-release/9.6.0
meta(changelog): Update changelog for 9.6.0
2 parents f94f0b2 + 8dc6e50 commit 5ba80bc

File tree

76 files changed

+838
-543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+838
-543
lines changed
 

‎.craft.yml

+3
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ targets:
111111
- name: npm
112112
id: '@sentry/tanstackstart'
113113
includeNames: /^sentry-tanstackstart-\d.*\.tgz$/
114+
- name: npm
115+
id: '@sentry/tanstackstart-react'
116+
includeNames: /^sentry-tanstackstart-react-\d.*\.tgz$/
114117
- name: npm
115118
id: '@sentry/gatsby'
116119
includeNames: /^sentry-gatsby-\d.*\.tgz$/

‎.github/CANARY_FAILURE_TEMPLATE.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: '{{ env.TITLE }}'
33
labels: 'Type: Tests, Waiting for: Product Owner'
4-
type: 'task'
54
---
65

76
Canary tests failed: {{ env.RUN_LINK }}

0 commit comments

Comments
 (0)
Please sign in to comment.