Git Product home page Git Product logo

getexceptional-api-wrapper's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

getexceptional-api-wrapper's Issues

Exception grouping

Some unrelated exceptions are getting grouped together in Exceptional.

I spoke to Ciaran Lee at Exceptional about it and he noted that the problem lies with the method they use to group errors together, which depends on some data that this wrapper is not submitting.

These are the details that they are getting submitted via GTExceptional:

  • The first line of the backtrace
  • The first 15 chars of the error message
  • The exception class

And these are the missing details:

  • the controller name (a throwback to the rails specific origin of exceptional, this field is empty in your exceptions)
  • the action name (a throwback to the rails specific origin of exceptional, this field is empty in your exceptions)

Without controller and action names, unrelated exceptions that nonetheless match based on the first three conditions are grouped together.

Do you think there is any way to use the controller and action fields to help avoid inappropriate grouping?

Weird timestamps sent to webservice

Some iOS exceptions seem to display odd dates. In some cases the "x minutes ago" even goes backward. Every time I refresh, X gets smaller. Maybe it has something to do with timezones? (mine is properly set in my account settings)

I posted this messages to the support site and Claran Lee replied with the following:

I'm guessing what has happened here is that you sent us an exception whose occurred_at timestamp was in the future (hence the x minutes ago was counting down initially). I'm not familiar with the iOS client code, but it might be worth checking whether it converts the time to UTC before it sends the error data to us.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.