posthog-js icon indicating copy to clipboard operation
posthog-js copied to clipboard

Add source maps

Open fluidsonic opened this issue 3 years ago • 1 comments

array.js should have source maps provided with it.

We have client-side JS error reporting using Raygun. We're receive various reports about errors in array.js but cannot find the cause due to the lack of source maps.

Example 1:

Message: this.get_config is not a function
at i.value line 1, column 99602 (…/array.js:1)
at U._handle_unload line 1, column 112811 (…/array.js:1)

Example 2:

Message: Maximum call stack size exceeded
at Array.concat line NaN, column null (<anonymous>:null)
at t.<computed> [as capture] line 28, column 189 (<anonymous>:28)
at U.<anonymous> line 1, column 114775 (…/array.js:1)
at Array.forEach line NaN, column null (<anonymous>:null)
at b.each line 1, column 10680 (…/array.js:1)
at s line 1, column 114655 (…/array.js:1)
at U._execute_array line 1, column 114823 (…/array.js:1)
at U.push line 1, column 114868 (…/array.js:1)
at t.<computed> [as capture] line 28, column 180 (<anonymous>:28)
at U.<anonymous> line 1, column 114775 (…/array.js:1)

fluidsonic avatar Jul 03 '22 11:07 fluidsonic

This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the stale label – otherwise this will be closed in two weeks.

posthog-bot avatar Jul 03 '24 09:07 posthog-bot

we do (now) have source maps...

feel free to reopen if they're not being picked up for you still

pauldambra avatar Jul 11 '24 17:07 pauldambra