Skip to content

Commit 1df5df2

Browse files
authored
fix: Drop unsupported level="note" for Alert (#12419)
This level does not exist, so this does nothing.
1 parent f5946d2 commit 1df5df2

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

develop-docs/frontend/upgrade-policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ yarn outdated --color | sort
6161
yarn upgrade --latest [package-name] [...]
6262
```
6363

64-
<Alert level="note">
64+
<Alert>
6565

6666
Don’t forget to upgrade the `@types/[package-name]` package as well if necessary.
6767

docs/cli/crons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_order: 200
44
description: "Follow this guide to set up and manage monitors using the Sentry CLI."
55
---
66

7-
<Alert level="note" title="Deprecation Notice">
7+
<Alert title="Deprecation Notice">
88

99
Starting with v2.16.1 of the Sentry CLI, the ability to monitor check-ins using an auth token for authorization has been deprecated. Read on to learn how to update your CLI and use your project's DSN instead.
1010

docs/organization/authentication/sso/okta-sso/okta-scim.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Once these changes have been made, newly assigned users will be sent an invitati
6868

6969
You can use "Push Groups" to sync and assign groups in Okta; they'll be mirrored in Sentry teams.
7070

71-
<Alert level="note">
71+
<Alert>
7272

7373
If you use Okta to assign organization membership, you’ll be unable to make membership changes through Sentry and will need to continue using Okta. To remove these users, deprovision them in Okta.
7474

@@ -116,13 +116,13 @@ Here's how to assign an organization-level role to an Okta group:
116116
- For security reasons, the "Owner" role cannot be provisioned through SCIM. However, you <i>can</i> deprovision users who have the "Owner" role in Sentry, but aren't provisioned through SCIM.
117117
- For self-hosted users with custom roles, this extends to any role with the `org:admin` permission
118118

119-
<Alert level="note">
119+
<Alert>
120120

121121
If a user is a member of multiple Okta groups, only the attributes set by the first group will be used.
122122

123123
</Alert>
124124

125-
<Alert level="note">
125+
<Alert>
126126

127127
If you use Okta to assign organization-level roles, you’ll be unable to make membership changes through Sentry and will need to continue using Okta. To change a user's organization-level role, you will need to deprovision and then reprovision them with the new role.
128128

docs/platforms/javascript/common/tracing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With [tracing](/product/performance/), Sentry tracks your software performance,
1616
</Note>
1717

1818
<PlatformSection notSupported={["javascript.deno", "javascript.bun", "javascript.cloudflare"]}>
19-
<Alert level="note">
19+
<Alert>
2020
Sentry can integrate with <strong>OpenTelemetry</strong>. You can find more
2121
information about it
2222
<PlatformLink to="/opentelemetry/">here</PlatformLink>.

docs/platforms/native/common/enriching-events/attachments/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ By default, access is granted to all members when storage is enabled. If a membe
4141

4242
<Include name="store-minidumps-as-attachments-intro" />
4343

44-
<Alert level="note">☝ This feature is supported on Windows, Linux, and Android.</Alert>
44+
<Alert>☝ This feature is supported on Windows, Linux, and Android.</Alert>
4545

4646
<Include name="store-minidumps-as-attachments-configuration" />
4747

docs/platforms/unity/data-management/store-minidumps-as-attachments/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ sidebar_order: 90
66

77
<Include name="store-minidumps-as-attachments-intro" />
88

9-
<Alert level="note">☝ This feature is supported on Windows, Linux, and Android.</Alert>
9+
<Alert>☝ This feature is supported on Windows, Linux, and Android.</Alert>
1010

1111
<Include name="store-minidumps-as-attachments-configuration" />

docs/platforms/unity/enriching-events/attachments/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ By default, access is granted to all members when storage is enabled. If a membe
7575

7676
<Include name="store-minidumps-as-attachments-intro" />
7777

78-
<Alert level="note">☝ This feature is supported on Windows, Linux, and Android.</Alert>
78+
<Alert>☝ This feature is supported on Windows, Linux, and Android.</Alert>
7979

8080
<Include name="store-minidumps-as-attachments-configuration" />
8181

docs/platforms/unity/native-support/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ sentry-cli --auth-token ___ORG_AUTH_TOKEN___ debug-files upload --org ___ORG_SLU
7979

8080
<Include name="store-minidumps-as-attachments-intro" />
8181

82-
<Alert level="note">☝ This feature is supported on Windows, Linux, and Android.</Alert>
82+
<Alert>☝ This feature is supported on Windows, Linux, and Android.</Alert>
8383

8484
<Include name="store-minidumps-as-attachments-configuration" />

docs/platforms/unreal/configuration/setup-crashreporter/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ Check out this community-generated [thread in Sentry's forum](https://forum.sent
179179

180180
<Include name="store-minidumps-as-attachments-intro" />
181181

182-
<Alert level="note">☝ This feature is supported on Windows, Linux, and Android.</Alert>
182+
<Alert>☝ This feature is supported on Windows, Linux, and Android.</Alert>
183183

184184
<Include name="store-minidumps-as-attachments-configuration" />

docs/platforms/unreal/data-management/store-minidumps-as-attachments/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ sidebar_order: 90
77

88
<Include name="store-minidumps-as-attachments-intro" />
99

10-
<Alert level="note">☝ This feature is supported on Windows, Linux, and Android.</Alert>
10+
<Alert>☝ This feature is supported on Windows, Linux, and Android.</Alert>
1111

1212
<Include name="store-minidumps-as-attachments-configuration" />

0 commit comments

Comments
 (0)