Crate strut_sentry

Crate strut_sentry 

Source
Expand description

Strut

Strut: convenient Rust backend

Backend in Rust: convenient and configurable with Strut. 🏗️


  • Strut is a Rust application scaffold that aims to simplify common backend chores.
  • The documentation is available on the ➡️ homepage.

§Crate strut-sentry

⚠️ Internal crate

Unless you know exactly what you are doing, there is probably no need to directly depend on this crate.

This crate is an integration with Sentry.

Structs§

SentryConfig
Represents the application-level configuration section that covers everything related to Sentry integration.
SentryGuard
Helper struct that is returned from init.
SentryIntegration
A facade for integrating with Sentry.

Functions§

strut_shutdown
Re-exports the strut_shutdown function to facilitate stand-alone usage of this crate.