Skip to content

Commit

Permalink
dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Mar 6, 2024
1 parent 91894b9 commit 43cf1bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<script>
Sentry.init({
dsn: "http://web-demo@localhost:8000/1",
dsn: "http://webdemo@localhost:8000/1",

// Alternatively, use `process.env.npm_package_version` for a dynamic release version
// if your build tool supports it.
Expand Down Expand Up @@ -45,7 +45,6 @@
<button onclick="Sentry.captureMessage('My Message')">Capture Message</button>
<button onclick="Sentry.captureException(new Error('My Error'))">Capture Exception</button>
<button onclick="Sentry.captureEvent({ message: 'My Event' })">Capture Event</button>
<button onclick="Sentry.addBreadcrumb({ message: 'My Breadcrumb' })">Add Breadcrumb</button>

</body>
</html>

0 comments on commit 43cf1bc

Please sign in to comment.