Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
/ UE4_Sentry Public archive

Unreal Engine 4 integration of Sentry monitoring

License

Notifications You must be signed in to change notification settings

GloryOfNight/UE4_Sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Engine 4 - Sentry

No longer supported, consider using: sentry-unreal

Unreal Engine 4 integration of Sentry monitoring

Plugin utilizes Sentry HTTP API to send Events data to your DSN.

Plugin was build and tested on 4.27.* version of engine. Generaly it should work fine with most of engine versions and all platforms, since its utilizes HTTP and Json modules that well supported and do not change much.

Supported Event parts

  • Send Exceptions (stands for generals errors) more info
  • Send Log Entry (log message for sentry) more info
  • Dist, Env, Release, ServerName - can be applied to each event
  • Tags
  • User more info
  • Geo more info
  • Breadcrumbs more info
  • Partial or full BP support

Contribution

Feel free to submit your own work via Pull Requests. If you encounter problems or have questions, please use Issues or Discussions section of this repo.

References

Checkout wiki section for documentation and API examples.

Support

If you found this plugin useful, please consider givind it a star (stars, yay!).

Have a nice day!