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 071c30c commit 58461c0
Showing 1 changed file with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,29 @@ If you're using your own source code, skip this step. Instead, select your [plat

1. Click the "Checkout" button on the right panel to generate an error.

<div style="position: relative; padding-bottom: calc(36.37860082304527% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/fEC5K0E8owyg5R45ePEo?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 -> Checkout Demo"></iframe></div>
<div style="position: relative; padding-bottom: calc(36.37860082304527% + 41px); height: 0; width: 100%">
<iframe
src="https://demo.arcade.software/fEC5K0E8owyg5R45ePEo?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 -> Checkout Demo"
></iframe>
</div>

Notice that:

- An error message "Something went wrong" displays in the app.
- The error appears in the browser console.

![Import and Configure SDK](generate-first-error-01.png)
![Import and Configure SDK](generate-first-error-01.png)

- An alert is sent to your email address configured on Sentry notifying you about an error that occurred in your app.

![Alert Email](new_issue_email.png)
![Alert Email](new_issue_email.png)

## 2. View the Error in Sentry

Expand All @@ -66,7 +77,18 @@ Now that you've triggered an error, let's see what it looks like in Sentry.

The animated gif below walks through how to view error details in Sentry.

<div style="position: relative; padding-bottom: calc(52.1021021021021% + 41px); height: 0; width: 100%"><iframe src="https://demo.arcade.software/nTTSJdR4TyqHATbVMOzA?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 First Error"></iframe></div>
<div style="position: relative; padding-bottom: calc(52.1021021021021% + 41px); height: 0; width: 100%">
<iframe
src="https://demo.arcade.software/nTTSJdR4TyqHATbVMOzA?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 First Error"
></iframe>
</div>

## Next

Expand Down

0 comments on commit 58461c0

Please sign in to comment.