I'm new to Google Cloud Error Reporting. As I understand til now, the error reporting is presenting information about all the logs stored in Google Cloud Stackdrive.
I wondering if it possible to limit Error Reporting to specific area?
For example,
- A specific logName
- All the logs containing a label
Because write now, it's holding all the possible exception that has been thrown in the system. It just too much. Also, some of the logs are from the development environment that should be ignored.
Is this possible to filtering Google Cloud Error Reporting?
Thanks!