Skip to content

Commit

Permalink
style(lint): Auto commit lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Jul 21, 2023
1 parent 58461c0 commit 175136e
Showing 1 changed file with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,18 @@ The sample project uses Webpack as its build tool. We'll configure it to generat
The gif below walks through how to create an authentication token in the UI:
<div style="position: relative; padding-bottom: calc(51.885474860335194% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/Rw34T3RDwHxtHTKlPfJw?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="FE Tutorial -> Create Auth Token"></iframe></div>
<div style="position: relative; padding-bottom: calc(51.885474860335194% + 41px); height: 0; width: 100%">
<iframe
src="https://demo.arcade.software/Rw34T3RDwHxtHTKlPfJw?embed"
frameborder="0"
loading="lazy"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;"
title="FE Tutorial -> Create Auth Token"
></iframe>
</div>
1. Paste the following into your terminal, replacing `<your_authentication_token>` with the authentication token you copied from Sentry.
Expand Down Expand Up @@ -136,9 +147,20 @@ The sample project uses Webpack as its build tool. We'll configure it to generat
1. Notice that there's now a release tag for the issue and that the error stack trace is now un-minified. The stack trace now includes the file name, method name, line and column number, and source code context in every stack frame.

<div style="position: relative; padding-bottom: calc(50.470673425054315% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/h8HE2fg7lTfWCxuelAoy?embed" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;" title="FE Tutorial -> View Readable Stack Trace"></iframe></div>

![Release Created](upload-source-maps-09.png)
<div style="position: relative; padding-bottom: calc(50.470673425054315% + 41px); height: 0; width: 100%">
<iframe
src="https://demo.arcade.software/h8HE2fg7lTfWCxuelAoy?embed"
frameborder="0"
loading="lazy"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;color-scheme: light;"
title="FE Tutorial -> View Readable Stack Trace"
></iframe>
</div>

![Release Created](upload-source-maps-09.png)

## Next

Expand Down

0 comments on commit 175136e

Please sign in to comment.