Skip to content

Commit d02c796

Browse files
authored
Revert "Image optimization (#9379)" (#9522)
This reverts commit ebe52c9.
1 parent 866828b commit d02c796

File tree

1,188 files changed

+883
-1162
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,188 files changed

+883
-1162
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,3 @@ public/page-data
9393

9494
# tsbuildinfo file generated by CI
9595
tsconfig.tsbuildinfo
96-
97-
public/mdx-images/*

docs/api/guides/create-auth-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See our documentation on [authentication](/api/auth/) to learn more about the di
2727

2828
1. Enter a name for your integration.
2929

30-
![Sentry.io UX walkthrough of creating an internal integration.](./img/create-internal-integration.gif)
30+
![Sentry.io UX walkthrough of creating an internal integration.](/api/guides/create-internal-integration.gif)
3131

3232
## Create a API Authentication Token
3333

@@ -39,6 +39,6 @@ See our documentation on [authentication](/api/auth/) to learn more about the di
3939

4040
1. Scroll down to the bottom of the page and copy the generated token under "Tokens".
4141

42-
![Sentry.io UX walkthrough of creating a token and setting it's permissions.](./img/set-token-permissions.gif)
42+
![Sentry.io UX walkthrough of creating a token and setting it's permissions.](/api/guides/set-token-permissions.gif)
4343

4444
Keep your auth token around on your clipboard or in an environment variable to use in API calls.

docs/api/permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To set the scopes for an [integration token](/product/integrations/integration-p
1010

1111
To set the scopes for an auth token, select the scopes from the dropdown when [creating an auth token](https://sentry.io/api/). These cannot be edited later.
1212

13-
![](./img/user-auth-token-create.png)
13+
![](/product/accounts/auth-tokens/user-auth-token-create.png)
1414

1515
If you're looking for information on membership roles please visit the
1616
[membership](/product/accounts/membership/) documentation.

docs/platforms/android/configuration/app-not-respond.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If [ApplicationExitInfo#getTraceInputStream](<https://developer.android.com/refe
6464

6565
</Note>
6666

67-
![ANR](./img/app-not-respond.png)
67+
![ANR](/platforms/android/configuration/app-not-respond.png)
6868

6969
#### Historical ANRs
7070

@@ -102,7 +102,7 @@ SentryAndroid.init(context) { options ->
102102
}
103103
```
104104

105-
![ANR Thread Dump](./img/app-not-respond-thread-dump.png)
105+
![ANR Thread Dump](/platforms/android/configuration/app-not-respond-thread-dump.png)
106106

107107
## ANR Root Cause Analysis
108108

@@ -112,16 +112,16 @@ Sentry performs various root cause analyses to give you insights about why certa
112112

113113
If an ANR is connected to one of the Performance Issues detected by Sentry (for example, [File I/O on Main Thread](/product/issues/issue-details/performance-issues/file-main-thread-io/) or [DB on Main Thread](/product/issues/issue-details/performance-issues/db-main-thread-io/)), the offending span will be linked to the ANR event, showing you exactly which slow operation is to blame.
114114

115-
![ANR Root Cause File I/O](./img/anr-rootcause-fileio.png)
115+
![ANR Root Cause File I/O](/platforms/android/configuration/anr-rootcause-fileio.png)
116116

117117
### Common Patterns
118118

119119
This detector looks at the stack trace of an ANR and tries to identify common pitfalls, such as accessing files, assets, or heavy resources on the main thread. If an offending stack frame is found, it'll be highlighted in the stack trace with some information about how to prevent this type of ANR:
120120

121-
![ANR Root Cause Suspect Frame](./img/anr-rootcause-frame.png)
121+
![ANR Root Cause Suspect Frame](/platforms/android/configuration/anr-rootcause-frame.png)
122122

123123
### Deadlock Detection
124124

125125
Sentry will try to detect deadlocks and point out potential causes. If, for example, the main thread is blocked by waiting on a lock object that's held by another thread, the suspect frame that's waiting on the lock will be highlighted. The stack trace of the offending thread that's holding the lock, as well as the offending frame of that thread will also be shown:
126126

127-
![ANR Root Cause Deadlock](./img/anr-rootcause-deadlock.png)
127+
![ANR Root Cause Deadlock](/platforms/android/configuration/anr-rootcause-deadlock.png)

docs/platforms/android/data-management/debug-files/source-context/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If Sentry has access to your application's source code, it can show snippets of
99
For example, here's a stack trace from a .NET application. The source context contains
1010
the original C# source code of the application, with the location of the frame highlighted.
1111

12-
![Screenshot of stack trace showing source context.](./img/source-context-screenshot.png)
12+
![Screenshot of stack trace showing source context.](/platforms/android/data-management/debug-files/source-context/source-context-screenshot.png)
1313

1414
### Source Bundles
1515

docs/platforms/android/data-management/debug-files/upload/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to upload them using `sentry-cli`. Depending on your workflow, you may want to
99
upload as part of your build pipeline or when deploying and publishing your
1010
application:
1111

12-
![](/img/debug-files-workflow.png)
12+
![](/platforms/android/data-management/debug-files/upload/debug-files-workflow.png)
1313

1414
<PlatformContent includePath="debug-files">
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ Learn more about how attachments impact your [quota](/product/accounts/quotas/).
4949

5050
To limit access to attachments, navigate to your organization's **General Settings**, then select the _Attachments Access_ dropdown to set appropriate access — any member of your organization, the organization billing owner, member, admin, manager, or owner.
5151

52-
![Attachments Access](/img/attachments-access.png)
52+
![Attachments Access](/platforms/android/enriching-events/attachments/attachments-access.png)
5353

5454
By default, access is granted to all members when storage is enabled. If a member does not have access to the project, the ability to download an attachment is not available; the button will be greyed out in Sentry. The member may only view that an attachment is stored.
5555

5656
## Viewing Attachments
5757

5858
Attachments display on the bottom of the **Issue Details** page for the event that is shown.
5959

60-
![Attachments Access Denied](/img/attachments-access-denied.png)
60+
![Attachments Access Denied](/platforms/android/enriching-events/attachments/attachments-access-denied.png)
6161

6262
Alternately, attachments also appear in the _Attachments_ tab on the **Issue Details** page, where you can view the _Type_ of attachment, as well as associated events. Click the Event ID to open the **Issue Details** of that specific event.
6363

64-
![Attachments List Example](/img/attachments-list-example.png)
64+
![Attachments List Example](/platforms/android/enriching-events/attachments/attachments-list-example.png)
6565

6666
## Maximum Attachment Size
6767

docs/platforms/android/enriching-events/context/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Custom contexts allow you to attach arbitrary data (strings, lists
55

66
Custom contexts allow you to attach arbitrary data to an event. Often, this context is shared among any issue captured in its lifecycle. You cannot search these, but they are viewable on the issue page:
77

8-
![Custom contexts as viewed on the Additional Data section of an event](/img/additional_data.png)
8+
![Custom contexts as viewed on the Additional Data section of an event](/platforms/android/enriching-events/context/additional_data.png)
99

1010
<Note>
1111

docs/platforms/android/enriching-events/screenshots/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Because screenshots may contain <PlatformLink to="/data-management/sensitive-dat
1717

1818
If one is available, you'll see a thumbnail of the screenshot when you click on a specific issue from the [**Issues**](https://demo.sentry.io/issues/) page.
1919

20-
![Screenshot Thumbnail](./img/screenshot-thumbnail.png)
20+
![Screenshot Thumbnail](/platforms/android/enriching-events/screenshots/screenshot-thumbnail.png)
2121

2222
Once you've clicked on the event ID of a specific issue, you'll be able to see an overview of all the attachments as well as associated events in the "Attachments" tab.
2323

24-
![Screenshots List Example](./img/screenshot-list-example.png)
24+
![Screenshots List Example](/platforms/android/enriching-events/screenshots/screenshot-list-example.png)

docs/platforms/android/enriching-events/tags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Some tags are automatically set by Sentry. We strongly recommend against overwri
2525

2626
Once you've started sending tagged data, you'll see it when logged in to sentry.io. There, you can view the filters within the sidebar on the Project page, summarized within an event, and on the Tags page for an aggregated event.
2727

28-
![](/img/tags.png)
28+
![](/platforms/android/enriching-events/tags/tags.png)

0 commit comments

Comments
 (0)