sentry
Here are 548 public repositories matching this topic...
Hi !
I believe the SENTRY_WEB_HOST in sentry.conf.py does not behave exactly like I thought it would.
As I want to have sentry accessible only through my nginx, I chose to bind on 127.1. However, as it runs in a docker container, it makes the web interface not accessible even on localhost.
What I had to do is to bind to 0.0.0.0 and edit the docker-compose.yml:140 to tell docker to
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
Jul 7, 2020 - PHP
I don't know if this ever worked before, but in the docs using:
codePush.getUpdateMetadata().then(update => {
if (update) {
Sentry.setDist(`${update.appVersion}-codepush:${update.label}`)
}
})results in this for me:

as per discussion on rq/rq#1003, the following would be very useful (and I think aren't implemented at present):
- time since the job started
- job queue time
You should be able to get the required data from enqueued_at and started_at.
-
Updated
Mar 7, 2017 - JavaScript
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
Supports NVM in sentry-cli.js when build from XCode (React Native) - node no such file or directory
Dependencies
{
"@babel/runtime": "^7.1.2",
"add": "^2.0.6",
"axios": "^0.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"lodash": "^4.17.10",
"mobx": "^4.3.1",
"mobx-react": "^5.1.0",
"moment": "^2.22.2",
"native-base": "^2.8.1",
"numeral": "^2.0.6",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.1",
-
Updated
Jul 8, 2020 - PHP
What problem does this feature solve?
This will reduce the app bundle size and improve initial loading speeds.
What does the proposed changes look like?
Following the guide here https://docs.sentry.io/platforms/javascript/#lazy-loading-sentry it should be possible, though it looks like the sentry loader is not available via npm :/
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
Sep 19, 2019 - Go
Currently this is the source of a potential memory leak (see #50), since Raven will continue to hold a reference our original dataCallback which has the store implicitly bound into it.
Additionally, we hard code where in the context we put the state, (data.extra.state), so the second call will cause any context provided by the first call to be overwritten.
I can foresee a possible us
-
Updated
Jun 15, 2020 - Python
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
-
Updated
Jul 6, 2020 - Ruby
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Jul 10, 2020 - C#
It would be great to have a bit of information on how one would integrate this library with the major frameworks like Symfony.
Slashtrace looks amazing and I believe would see a great deal of adoption if it could be easily dropped into any existing major-framework-based project.
Terraform expects a specific naming scheme to be used for the binary. This is outlined here in their Docs. When extracting the Sentry provider, the filename is missing the SemVer suffix. It should be suffixed with _v0.5.2 in this case.
Actual
$ wget https://github.com/jianyuan/terraform-pro-
Updated
Dec 10, 2016 - JavaScript
is site:example.com something hardcoded in your plugin?
Seems like sentry cant find the plugin..
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Jul 7, 2020 - TypeScript
Improve this page
Add a description, image, and links to the sentry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sentry topic, visit your repo's landing page and select "manage topics."

Package