We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50e025 commit ec9f3f3Copy full SHA for ec9f3f3
README.md
@@ -79,7 +79,7 @@ import { init, captureMessage } from '@sentry/browser/esm';
79
80
and add it to your babel/... build, if you want to support older browsers
81
82
-> TIP: You can use [`<script type="module" str="newbrowser.js">` +
+> TIP: You can use [`<script type="module" src="newbrowser.js">` +
83
`<script nomodule src="oldbrowser.js">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Module_Fallback)
84
to provide builds for newer and older browsers
85
0 commit comments