rollbar / Rollbar.NET

Rollbar for .NET
https://docs.rollbar.com/docs/dotnet
MIT License
67 stars 44 forks source link

.NET v5 docs say to configure access token twice? #591

Closed Daniel15 closed 3 years ago

Daniel15 commented 3 years ago

https://docs.rollbar.com/docs/v5-integrating-with-aspnet-core-2-and-newer says to configure the access token in two places:

Is it really necessary to do this twice?

akornich commented 3 years ago

It is "either ... or ...". It looks like some older v4 instructions leaked into v5 docs. I was doing "copy, paste, and update" v5 docs based on v4 docs and missed intended cleanup of the old content. Just updated the doc. Thanks for reporting it!