You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This includes <script>...</script> and <button onclick="...">. Those inline scripts currently show an empty sourceURL and character position, would be good to figure out how to represent them better.
The text was updated successfully, but these errors were encountered:
Actually testing this I see that we do get source information for those, what we don't get is source information for e.g. setTimeout("string"), not sure what the source information for that should be...
tunetheweb
changed the title
Provide some source information for inline scripts
Provide some source information for scripts without source information
May 17, 2024
Would be great to log id / data-attribute / something else for inline scripts. We have a lot of inline script inside our page, and loaf entries for them are useless.
This includes
<script>...</script>
and<button onclick="...">
. Those inline scripts currently show an empty sourceURL and character position, would be good to figure out how to represent them better.The text was updated successfully, but these errors were encountered: