FlowCrypt / flowcrypt-browser

FlowCrypt Browser extension for Chrome and Firefox
https://flowcrypt.com
Other
375 stars 46 forks source link

#5715 Fix id token fetch for exception reports #5717

Closed sosnovsky closed 4 months ago

sosnovsky commented 4 months ago

This PR fixes id token fetch for sending error reports from content script.

+ replaces { line: 0, col: 0 } with { line: 1, col: 1} for reports with unknown error location (as backend expects positive number, and throws error when line or col is 0)

close #5715


Tests (delete all except exactly one):


To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):