Skip to content

Commit 076f392

Browse files
authored
Merge pull request #10858 from getsentry/prepare-release/8.0.0-alpha.1
meta(changelog): Update changelog vor v8.0.0-alpha.1
2 parents 6cfa68d + d30b320 commit 076f392

File tree

1,114 files changed

+30993
-27384
lines changed

Some content is hidden

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

1,114 files changed

+30993
-27384
lines changed

.craft.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ targets:
7070
- name: npm
7171
id: '@sentry/wasm'
7272
includeNames: /^sentry-wasm-\d.*\.tgz$/
73-
- name: npm
74-
id: '@sentry/integrations'
75-
includeNames: /^sentry-integrations-\d.*\.tgz$/
7673

7774
## 4. WinterCG Packages
7875
- name: npm
@@ -131,15 +128,7 @@ targets:
131128
id: '@sentry-internal/eslint-config-sdk'
132129
includeNames: /^sentry-internal-eslint-config-sdk-\d.*\.tgz$/
133130

134-
## 8. Deprecated packages we still release (but no packages depend on them anymore)
135-
- name: npm
136-
id: '@sentry/hub'
137-
includeNames: /^sentry-hub-\d.*\.tgz$/
138-
- name: npm
139-
id: '@sentry/tracing'
140-
includeNames: /^sentry-tracing-\d.*\.tgz$/
141-
142-
## 9. Experimental packages
131+
## 8. Experimental packages
143132
- name: npm
144133
id: '@sentry/node-experimental'
145134
includeNames: /^sentry-node-experimental-\d.*\.tgz$/

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
'test/manual/**',
2323
'types/**',
2424
],
25+
reportUnusedDisableDirectives: true,
2526
overrides: [
2627
{
2728
files: ['*.ts', '*.tsx', '*.d.ts'],

.github/CANARY_FAILURE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: '{{ env.TITLE }}'
3-
labels: 'Type: Tests'
3+
labels: 'Type: Tests, Waiting for: Product Owner'
44
---
55
Canary tests failed: {{ env.RUN_LINK }}

.github/ISSUE_TEMPLATE/flaky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
id: job-name
1919
attributes:
2020
label: Name of Job
21-
placeholder: Build & Test / Nextjs (Node 10) Tests
21+
placeholder: Build & Test / Nextjs (Node 14) Tests
2222
description: name of job as reported in the status report
2323
validations:
2424
required: true

0 commit comments

Comments
 (0)