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 b90bd61 commit ad1918dCopy full SHA for ad1918d
packages/integration-tests/suites/tracing/metrics/pageload-resource-spans/template.hbs
@@ -3,9 +3,9 @@
3
{{#each htmlWebpackPlugin.options.sentry_bundles}}
4
<script src='{{this}}'></script>
5
{{/each}}
6
+ <script src='{{htmlWebpackPlugin.options.initialization}}'></script>
7
</head>
8
<body>
- <script src='{{htmlWebpackPlugin.options.initialization}}'></script>
9
<img src='https://example.com/path/to/image.svg' />
10
<script src='https://example.com/path/to/script.js'></script>
11
<link href='https://example.com/path/to/style.css' type='text/css' rel='stylesheet' />
0 commit comments