Currently, the
setMetadata()
sets it globally, for all subsequent bug reports -- we only want it for the next bug report.
Example use case:
  1. user goes on a screen that shows X
  2. user reports bug -> the bug report should contain data about X
  3. user now goes to screen showing Y
  4. user reports bug -> the bug report should contain data about Y, and no data about X
Note that X and Y might be completely different metadata keys.
Created by Petra Gluhak
November 22, 2021