Skip to content

heffebaycay/sentry-stack-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry Stack Formatter

Sentry Stack Formatter is a plugin that allows you to import Java stack traces logged by Sentry into IntelliJ. Using this plugin you will be able to use the stack trace as if it was actually thrown from IntelliJ and benefit from the ability to jump directly to the code referenced in the stack trace.

Installation instruction

This plugin is available on JetBrains plugins repository :

You can compile this plugin yourself by cloning this repository and executing the following command:

./gradlew buildPlugin

This will generate a zip file that you can directly import in IntelliJ.

How to use

After the plugin is installed, just call the Analyze Stacktrace IntelliJ action, select Sentry Stack Formatter as the stacktrace unscrambler and paste the JSON export of the Sentry stacktrace you want to import into IntelliJ.

License

This project is released under the MIT License. For more information, please refer to the LICENSE.txt file.

About

IntelliJ Plugin that format Sentry Java stacks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages