- Hook into assembly loading event.
- Queue to read assembly in the background
- Detect is it's a debug or release build.
- Raise an event if it's a debug build.
Need to make sure this only happens in prod (otherwise a debugging session would raise a ton of events).
Need to group all of them (fingerprint it) so that it's a single notification/issue.
Need to make sure this only happens in prod (otherwise a debugging session would raise a ton of events).
Need to group all of them (fingerprint it) so that it's a single notification/issue.