Questions tagged [raygun.io]

Automatic error tracking and crash reporting - raygun.io

Raygun notifies you when errors occur in your app with intelligent grouping and the complete stack trace in real time.

Whether your code is running in a data center or on a million mobile devices, Raygun gives you the data you need to fix bugs fast.

17 questions
5
votes
2 answers

How to capture MVXTrace in error reporting tool

I'm using MvvmCross and playing around with some ways to get the MvxTrace in my reporting tool. In this case I'm using Raygun. Raygun gives me the option of including additional messages to the error message that I want to throw, which is what I'm…
PkL728
  • 955
  • 8
  • 21
4
votes
2 answers

How to disable Raygun.io client via app configuration?

I have Raygun.io client integrated into the latest release of our server application that is run by the enterprise customers. Unfortunately, some of them may not like to send any data outside of their network and they will want to disable the…
4
votes
2 answers

Raygun with log4net not logging

I have a simple console app. Downloaded log4net nuget package as well as log4net raygun nuget package: https://www.nuget.org/packages/log4net.Raygun/. I've set up my app to log exceptions and info messages and I do get those in my log file, but NOT…
ShaneKm
  • 20,823
  • 43
  • 167
  • 296
3
votes
0 answers

How to handle global errors before/during app start within Aurelia / Bluebird promise

I'm adding Raygun error handling to my Aurelia application and just realized that I'm not able to catch errors which occur during app setup (e.g. within main.configure). Here's the code which is not using Raygun at all but simply tries to catch all…
suamikim
  • 5,350
  • 9
  • 40
  • 75
3
votes
1 answer

Raygun Rich User Tracking?

Raygun boasts of Rich User Tracking. However they ask us to provide the following data: // V2 rg4js('setUser', { identifier: 'user_email_address@localhost.local', isAnonymous: false, email: 'emailaddress@localhost.local', firstName: 'Foo', …
2
votes
1 answer

log4net logging UnhandledException exceptions from different projects

I have several projects in my solution, most of which are windows services. I have log4net configured for each (generating a separate log file for each), as well as Raygun appender for log4net. I would like to catch UnhandledException for each of…
ShaneKm
  • 20,823
  • 43
  • 167
  • 296
2
votes
2 answers

How to use Serilog with Raygun and Autofac differentiating between logs and errors

I'm trying to use Serilog with the Raygun sink using AutoFac I successfully configure Serilog with AutoFact using https://groups.google.com/forum/#!topic/serilog/R23B8CLso9Q If I want to log a trace/debug/info to a log rolling file ONLY and…
2
votes
1 answer

Custom error and exception handler for Artisan command

I'm trying to send errors and exceptions to raygun.io from a Laravel 4 artisan command, but Laravel appears to have it's own exception handler in place. Is there a way for me to specify a custom method in my Command? Currently, I'm trying to specify…
josef.van.niekerk
  • 11,941
  • 20
  • 97
  • 157
1
vote
1 answer

Error out of nowhere: "Cannot invoke an expression whose type lacks a call signature. Type 'RaygunStatic' has no compatible call signatures."

We have an angular / ionic app using typescript with the raygun library installed. Until today it has been building fine, just today I have started getting the following error when building "Cannot invoke an expression whose type lacks a call…
Rob Ormond
  • 123
  • 1
  • 9
1
vote
1 answer

Angular version 6 Raygun setup issue with typescript

Angular version 6 Raygun setup issue with typescript Error: ERROR in src/app/app.raygun.setup.ts(6,20): error TS2304: Cannot find name 'RaygunV2'. It doesn't seem to like this line: declare let rg4js: RaygunV2; I installed these npms for…
AngularM
  • 15,982
  • 28
  • 94
  • 169
1
vote
0 answers

Unhandled exceptions in jQuery 2.2.1 ("Cannot find function createHTMLDocument in object" & "Cannot convert a Symbol value to a string")

I've recently updated from an older 1.x version of jQuery to the latest 2.2.1 and mostly it seems to be running just fine. Unfortunately I'm constantly receiving 2 error messages in raygun which I don't know how to handle: The first one is Cannot…
suamikim
  • 5,350
  • 9
  • 40
  • 75
1
vote
1 answer

How do I shut down my process after using Raygun's express-handler?

I'm building an app with NodeJS and Express and have recently incorporated error handling with Raygun. Raygun provides an error handler specifically for use with Express, but it must be the last piece of middleware to run. Right now I have: //Log…
tcmoore
  • 1,129
  • 1
  • 12
  • 29
1
vote
1 answer

Setting up Raygun on a WCF REST Service

I'm trying to set up Raygun.io on a WCF service, and despite the simple instructions on the site, am having little luck getting things running. I've signed up for my account, installed the Mindscape.Raygun4Net package via Nuget, then tried the…
Maloric
  • 5,525
  • 3
  • 31
  • 46
0
votes
2 answers

Running Raygun.io with Angular Universal

I'm adding Raygun.io APM to our Angular 8 app with Angular Universal. It is known that raygun.io has a client side javascript library and to add this to a Angular with Universal, DOM window API must be created. This can be done using domino npm…
0
votes
1 answer

Raygun client unable to send - failed resolution of InetAddressUtils

Is anyone who is using Raygun in their Android apps seeing this error exception: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/conn/util/InetAddressUtils; at…
Nick Wright
  • 1,403
  • 13
  • 19
1
2