question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SDK bug on iOS Firefox

See original GitHub issue

https://sentry.io/share/issue/52e170dbb4b84d16a8e92ece8d4978e9/

Package + Version

  • @sentry/browser
  • @sentry/node
  • raven-js
  • raven-node (raven for node)
  • other:

Version:

5.5.0

Description

Please see the attached link. I do not have a reproducible repo. But, I am receiving an error

TypeError
null is not an object (evaluating 'a.title')

that originates from the SDK itself rather than from my own code. I do have a few places in my code where state.title is used, but none on the affected page shown in the error.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:18
  • Comments:22 (5 by maintainers)

github_iconTop GitHub Comments

8reactions
aybmabcommented, Jan 13, 2020

Has there been any update on this? Also experiencing the same issue.

Thanks in advance!

6reactions
kamilogorekcommented, Mar 30, 2020

Our SDK, nor ReportDialog touche title attribute of any object in any way. There are, however, two open issues at Mozilla’s repository that describes this exact issue:

https://github.com/mozilla/fxa/issues/572 https://github.com/mozilla/fxa/issues/2342

My best recommendation for everyone that encountered this issue in larger volume is to filter it out on the client-side. See: https://docs.sentry.io/platforms/javascript/#filter-events--custom-logic

As we know the final error shape/message, it can be done using ignoreErrors config option directly.

Cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

1635427 - Firefox for iOS Glean integration - Bugzilla@Mozilla
This is to track work on integrating Fx-iOS with Glean, including adding the legacy telemetry client id to Glean, so this will include...
Read more >
What's new in Firefox for iOS (version 99) - Mozilla Support
See what's new in the latest release of Firefox for iOS (version 99). ... The following bug fixes were implemented: Deleted items from...
Read more >
Location services in Firefox iOS - Mozilla Support
I am a web developer for a state agency and was having a bit of an issue with getting Firefox for iOS to...
Read more >
1319785 - Include Focus (and Firefox) in iOS share options
Difference is that bug 1319696 is about including Focus into other apps, similar to our Github Open with Firefox SDK (see ...
Read more >
Where can I get help with the MDN API and documentation?
Learn the steps to report an issue with MDN documentation or the MDN website.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found