name of the global singleton on SENTRY
creator Factory function to create the singleton if it doesn't already exist on __SENTRY__
Optional
obj: unknown(Optional) The global object on which to look for __SENTRY__
, if not GLOBAL_OBJ
's return value
the singleton
Generated using TypeDoc
Returns a global singleton contained in the global
__SENTRY__
object.If the singleton doesn't already exist in
__SENTRY__
, it will be created using the given factory function and added to the__SENTRY__
object.