You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to create a central instance of the Airbrake notifier but the Notifier type is in the notifier module, which is private. This way I can't pass around the configured Notifier object, because I can't define the type for the function params and such.
Is there a reason why this type is private? I would think that a value returned by the a public function of the lib should have a type which is also public.
The text was updated successfully, but these errors were encountered:
I would like to create a central instance of the Airbrake notifier but the Notifier type is in the notifier module, which is private. This way I can't pass around the configured Notifier object, because I can't define the type for the function params and such.
Is there a reason why this type is private? I would think that a value returned by the a public function of the lib should have a type which is also public.
The text was updated successfully, but these errors were encountered: