What is really path? What is path inside sentry issue? How can I located it from image below?
Can I use regex like this one /some/path/?
If I define next rule url:http://example.com/settings/*#product, does it mean that only #product team will receive errors although I have many more teams added to project?
Now here is my issue, I added next rule:
path:app/src/games/live_betting/* #team-frontend
But I am still receiving email although I am not part of #team-frontend.
Hi!
Sorry for excavating this thread. But it perfectly fits my issue.
I’m integrating with Sentry through Serilog on ASP.NET Core platform. I want to configure issue owners for my project.
Is there any way to assign entire project to specific users? Regardless of paths or urls. I don’t exactly know how integration works. But it seems that since each project is assigned its own unique DSN it should not be a problem, should it?
Specifying path:* or url:* doesn’t help.
Ok, I’m trying to solve my problem with existing features. I managed to configure issue owner in case of exception. Then relative path like path:*\UsersService\Controllers\UsersController.cs works fine. And in event’s JSON I see this: “abs_path”:“C:\Work\Projects\BackendMicroServices\UsersService\Controllers\UsersController.cs”
But now I want to configure the same for Error log message. I mean, not for exception but when my source code has such string: logger.LogError("Test ownership in case of error log");
And then nothing helps to configure only myself as a n owner. Neither this path:*\UsersService\Controllers\UsersController.cs myself@indie.com nor this url:*/api/v1.0/users/find* myself@indie.com nor other variations of the latter. All users still receive e-mails.
In event’s JSON I see the only relevant record is “RequestPath”:"/api/v1.0/users/find" But as I said using this relative url doesn’t help.
I am attempting to automatically assign ownership using path matching. In my stack trace JSON, I have the following path: abs_path":"/webapps/my-site/my-site/app/grass/models.py".