snowplow / snowplow-javascript-tracker

Snowplow event tracker for client-side and server-side JavaScript. Add analytics to your websites, web apps and servers.
http://snowplowanalytics.com
BSD 3-Clause "New" or "Revised" License
555 stars 222 forks source link

Application_error stack trace exceeds 8kb #1327

Closed Jack-Keene closed 4 months ago

Jack-Keene commented 4 months ago

Describe the bug Sometimes the stack trace in the trackError event exceeds 8kb, causing a failed event.

Expected behavior The error should not cause a failed event - the stack trace should be truncated.