cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kanako_sato
Dynatrace Advisor
Dynatrace Advisor

There are different kinds of errors in the browsers:

  • A real javascript error that happens during execution
  • An error that happens before javascript is even executing.

SyntaxError belongs to the second group and will not provide detail information such as line and column.

This error occurs when the javascript code is not valid. Please check if there is a typo in the javascript code or if it delivers an html page instead of javascript code.

Version history
Last update:
‎03 Jan 2023 02:39 AM
Updated by:
Comments
ChadTurner
DynaMight Legend
DynaMight Legend

Thanks for these troubleshooting steps @kanako_sato