joneshf / rollbar-hs

Provides a type-safe encoding of the Rollbar API.
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Give a stack trace #4

Open joneshf opened 6 years ago

joneshf commented 6 years ago

We can use GHC.Stack to get the stack trace of where the API is called, and dump the stack into the item. Should make looking at items a bit easier.

artempyanykh commented 5 years ago

Hey @joneshf ! Thanks for working on the library, really-really helpful! 👍 Do you think you'll have the opportunity to work on this issue any time soon?

joneshf commented 5 years ago

Sure! I've been wanting this more and more. I'll see what I can do in the next few days.

artempyanykh commented 5 years ago

Sounds amazing! Really interested to see the code -- GHC and stack traces is still kind of an uncharted territory to me :/

joneshf commented 5 years ago

Sorry, forgot there were holidays coming up. Will be a bit longer yet.

artempyanykh commented 5 years ago

Oh, no worries :) Whenever you have the opportunity.