SDK bug on iOS Firefox
See original GitHub issue- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
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:
- Created 4 years ago
- Reactions:18
- Comments:22 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Has there been any update on this? Also experiencing the same issue.
Thanks in advance!
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!