integrations property
List<Integration<SentryOptions> >
get
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);