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
There is also one that doesn't load the builders for building out environment information for web servers (this will not attempt to crawl for server/client/request information):
thrownewInvalidOperationException("Configuration variable Rollbar:AccessToken must be set.");
24
+
thrownewInvalidOperationException("Configuration variable for your RollbarAccessToken must be set (did you include services.Configure<RollbarOptions>?).");
thrownewInvalidOperationException("Configuration variable Rollbar:Environment must be set.");
29
+
thrownewInvalidOperationException("Configuration variable for your RollbarEnvironment must be set (did you include services.Configure<RollbarOptions>?).");
0 commit comments