crash-reports
Here are 61 public repositories matching this topic...
-
Updated
May 28, 2020 - JavaScript
We need to look into this and possibly file a bug as the event's end point isn't returning a sample json model for events.
The doc for captureException says:
If exc_info is not provided, or is set to True, then this method will perform the
exc_info = sys.exc_info()and the requisite clean-up for you.
From the direct code however there appears to be no cleanup being done here?
It would be ni
-
Updated
May 21, 2020 - PHP
-
Updated
May 21, 2020 - Java
Trying to upgrade to 1.1 from the old 0.11 is a nightmare because you don't provide any documentation. I finally found #185 which contains a link to this upgrade guide for the parent sentry-php library which, while helpful, is still woefully inadequate.
Specifically, the following options I was using just say "Removed" in th
It's easy to get overwhelmed by the messages. Docs should demonstrate how to filter out transport failures which don't matter to you (e.g. sentry filtering out web-crawler errors).
-
Updated
Mar 9, 2020 - Shell
-
Updated
May 26, 2020 - Java
Because first JDK 1.8 release was published 5.5 years ago and now I don't know any libraries, which work incorrect with JDK 1.8, maybe you can migrate your adapter to JDK 1.8?
If you do this, you could use Java 8 features, like java.time and could migrate to Spring Boot 2.2.0
-
Updated
Jun 12, 2018 - JavaScript
-
Updated
Apr 17, 2020 - Swift
Platform:
- iOS
- tvOS
- MacOS
- watchOS
Swift:
- Yes -> If yes, which version?
- No
sentry-cocoa installed with:
- CocoaPods
- Carthage
- Manually
Version of sentry-cocoa:
4.4.1 or 4.4.3
I have following issue:
<img width="266" alt="Screen Shot 2019-12-11 at 17 45 38" src="https://user-images.githubusercontent.com/11856
We need a clear example of how to use multiple clients and how to properly Flush events upon program termination.
See getsentry/sentry-go#153 (comment)
IMHO User only knows about
Sentry.flushand worst caseSentryClient.flushif they are working with the client directly (outside the SDK.init/Hub)I wish this was simpler too.
If t
-
Updated
Mar 26, 2020 - Java
-
Updated
Apr 7, 2020 - C#
-
Updated
Feb 14, 2020 - Swift
Description
The current API used for obtaining free memory is know to be inaccurate. iOS 13 includes a very accurate way of getting the free memory available to an app. os_proc_available_memory.
Describe the solution you'd like
In bsg_ksmachfreeMemory, use os_proc_available_memory in
is site:example.com something hardcoded in your plugin?
Seems like sentry cant find the plugin..
-
Updated
Feb 25, 2020 - C#
-
Updated
Jan 20, 2018 - C++
-
Updated
Oct 14, 2018 - Java
-
Updated
Jan 1, 2020 - C
-
Updated
Dec 17, 2019 - Python
By default Android has setprop commands to enable debug or verbose logging for other apps like GCM, Firebase, AUTH, etc. is it possible to add these commands to be applied when super.onCreate(); initAndzu(); is used?
Examples:
setprop log.tag.FA VERBOSE
setprop log.tag.GCM VERBOSE
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Aug 4, 2019 - Java
Improve this page
Add a description, image, and links to the crash-reports topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crash-reports topic, visit your repo's landing page and select "manage topics."



In reference to getsentry/docker-sentry#210 (comment) it would be great to get a better and more complete documentation on how to work with the getsentry/sentry docker images