integrations property

List<Integration<SentryOptions>> integrations

Code that provides middlewares, bindings or hooks into certain frameworks or environments, along with code that inserts those bindings and activates them.

Implementation

List<Integration> get integrations => List.unmodifiable(_integrations);