Andrey Kornich (Wide Spectrum Computing LLC)

Results 30 comments of Andrey Kornich (Wide Spectrum Computing LLC)

@vadimue , I tried to repro the issue you described and it looks like it could be a backend processing issue (not this SDK issue). We will have a backend...

@iveo-team , it looks like you specified `client.app.code_version` as `Version` when uploading your dSYM. Instead, try using the `client.app.short_version` (i.e `1.5`).

@francois-iveo , thanks for trying it out. Keep me in the loop about the outcome. I forwarded the issues of wrong grouping to our analytics team to look into it...

@francois-iveo , I just looked at the item you shared here and that is what I found: Both dSYM bundles (the top ones on the list and dated as 2021-01-15)...

@qnoppel , thanks for the clarification! Yes, it does look like some conditions the Rollbar dSYM packaging and uploading script ran earlier than it is intended. However, I am not...

@VictorioBerra , correct, currently, we are only supporting loading configuration either via appsettings.json, or app.config, or any other similarly-formatted file (either JSON or XML based using dedicated Rollbar section): https://docs.rollbar.com/docs/logger-configuration....

@mymys91 , thanks for reporting the issue! I'll look into it probably early next week.

@Lechus , thanks for the feedback! I think I should be able to dedicate some time to these topics within the next couple of weeks.

@Lechus , i just wanted to clarify something regarding your request to create "Any chance to have a Rollbar.NetCore package with : RollbarServiceCollectionExtensions public static IServiceCollection AddRollbarLogger(this IServiceCollection services){} RollbarServiceCollectionExtensions...