• Hi,

    When errors are throwing on frontend, we can’t easely identify which snippet is it. For example:

    CRITICAL Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /code-snippets/php/snippet-ops.php(469) : eval()’d code:108

    Would be great if some additional informations could be sent to identify which one is it? Not sure if this is possible…

    Thank you,

Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    Unfortunately, there’s no way of telling the ID or name from just the error.

    What you can do to narrow it down is to do a search on the snippets menu for implode @line:108.

Viewing 1 replies (of 1 total)
  • The topic ‘How to identify snippet when errors are throwing?’ is closed to new replies.