Edward Xia
Edward Xia
> Are you using Zipkin? Yes. > We currently don't have a spec on how to map resource to spans because of the potential cost explosion. I understand tagging every...
> The span is generated from `SpanData`. The wrapper could add attributes to `SpanData`, probably using `DelegatingSpanData`. Ok, it will work but I will have to wrap `SpanData` in the...
Here is a script to reproduce Safari's bug without Dexie: ``` js (function (dbname) { const request = indexedDB.deleteDatabase(dbname) request.onerror = console.error request.onsuccess = function (event) { console.log(event.target.result) const request...
Version 13.1 (15609.1.20.111.8) ``` Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15 ``` This is latest stable version, so I suspect all existing Safari versions...
Another issue I noticed is that if you run multiple translations in parallel, one translation will block all other translations in Safari. I first noticed this problem in my app...
@Jack-Works This PR will fail Content Security Policy, please check the better way that @zloirock has linked in previous comment.