Nico Krüger
Results
2
comments of
Nico Krüger
Here is an example with additional payload options... const string rollbarAccessToken = "TOKEN"; const string rollbarEnvironment = "ENVIRONMENT"; RollbarInfrastructureConfig config = new RollbarInfrastructureConfig( rollbarAccessToken, rollbarEnvironment ); Rollbar.DTOs.Server rollbarServerConfig = new...
You can use the transform function to update the payload just before it is sent to Rollbar and add the Person data to the payload that is about to be...