You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to have the middleware log redux actions happening as telemetry events to add more context around why a certain error might have occurred. My thought is that the action would be the metadata in this case. I would assume that people would want to be able to filter out certain actions or sanitize the payload tied to each action. Thoughts? Happy to submit a PR. Just wanted to get an idea of what to include in it
The text was updated successfully, but these errors were encountered:
@bmbarker90 sorry for the slow response to your request. If you want to submit a PR for adding redux actions to telemetry, that would be great! I'm not 100% certain, but you may need to make this update in rollbar.js. The details of the structure of our telemetry data are in https://docs.rollbar.com/v1.0.0/reference#items.
We would like to have the middleware log redux actions happening as telemetry events to add more context around why a certain error might have occurred. My thought is that the action would be the metadata in this case. I would assume that people would want to be able to filter out certain actions or sanitize the payload tied to each action. Thoughts? Happy to submit a PR. Just wanted to get an idea of what to include in it
The text was updated successfully, but these errors were encountered: