cachix / katip-raven

Katip scribe for raven client (https://sentry.io)
Apache License 2.0
5 stars 2 forks source link

Attach exception stack trace if available #1

Open domenkozar opened 5 years ago

domenkozar commented 5 years ago

http://hackage.haskell.org/package/base-4.12.0.0/docs/GHC-ExecutionStack.html

domenkozar commented 4 years ago

Had a discussion with @bgamari today on #ghc IRC channel, there's a design that would allow to collect all stack traces with DWARF, but it needs to be implemented in base first.

bgamari commented 4 years ago

For the record, this discussion resulted in https://github.com/ghc-proposals/ghc-proposals/pull/330. Thanks to @domenkozar for providing the motivation to address this.

bgamari commented 4 years ago

Additionally, this is tracked as GHC ticket #18159.

domenkozar commented 9 months ago

Looks like we're waiting on https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6797

bgamari commented 9 months ago

We are currently waiting on https://github.com/haskell/core-libraries-committee/issues/164, which would allow me to proceed with https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8869. I am very much hoping, although not optimistic, that we will be able to get this done for 9.10.