airbrake / airbrake-js

Airbrake JavaScript Notifier

Home Page:https://airbrake.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No backtrace on error

DawidJanczak opened this issue Β· comments

🐞 bug report

Affected Package

The issue is caused by package @airbrake/browser v2.1.7

Is this a regression?

No

Description

One of the errors reported to us by Airbrake lacks stack trace and we're trying to figure out why that might be. The error is TypeError: Cannot read properties of undefined (reading 'price') and the backtrace section just says :1:99 We're getting 100-200 occurrences of this daily, but unfortunately cannot reproduce it. A screenshot of the backtrace section in Airbrake:

image

I raised this with Airbrake support and was asked to open an issue here, hopefully you can shed some light on it. The error can be accessed under <link filtered - added to JIRA issue>

πŸ”¬ Minimal Reproduction

🌍 Your Environment

**@airbrake/browser v2.1.7

Hello Dawid,

Is this error without a backtrace isolated to any specific population? eg:

  • A specific browser
  • A specific IP
  • Anything else odd in the aggregations

Hello Nicolas,

  • The vast majority of occurrences (99.98% out of almost 19000) are on Chrome with only 2 occurrences happening on Opera. Chrome versions vary, but majority is between 96 and 99.
  • There are 1730 unique IP addresses recorded.
  • Nothing else that looks odd to me. It seems to be hitting all our URLs, platforms vary greatly too. The two things that that are consistent are browser engine (AppleWebKit 537.36) and stack record in files section (:1:99)

Adding @scottsbaldwin for visibility