Skip to content

Instantly share code, notes, and snippets.

View extrawurst's full-sized avatar
💭
→☕️→👨‍💻→♥️

extrawurst

💭
→☕️→👨‍💻→♥️
View GitHub Profile
@jadbaz
jadbaz / sentry_vanilla_js_example.html
Last active January 16, 2024 15:38
Sentry Vanilla JS example
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Sentry JS Example</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script
src="https://browser.sentry-cdn.com/5.16.1/bundle.min.js"
integrity="sha384-XeIbINcUQP10HtmVHwZigannjNDpoQRe+uhAoW9J5HU5dHFpilP164LjqO78xtIB"
crossorigin="anonymous">