elsat's avatar
elsat
elsat@habla.news
npub1zafc...26k5
Janitor
elsat's avatar
elsat 1 month ago
Pls bro. Just work bro.
elsat's avatar
elsat 1 month ago
Offline test number three
elsat's avatar
elsat 1 month ago
One more offline test
elsat's avatar
elsat 1 month ago
If its not a rabbit hole I dont want it. I am grateful for this realization. Happy Thanksgiving
elsat's avatar
elsat 1 month ago
Tinkering with @Vitor Pamplona nip-17 crash report system from Amethyst, I received feedback from galaxy dev @hzrd149 on using nip-17 for crash reports. A nip-44 without giftwraps is proposed for crash reports over nostr: Looking for devs feedback who are crash report appreciators cc @fiatjaf @rabble @Vitor Pamplona @jb55 @KernelKind @Daniel D’Aquino @Terry Yiu @hodlbod @Alex Gleason
elsat's avatar
elsat 1 month ago
What does #devstr think of the following format for a crash report? { "message": "string", // required "stack": "string", // required "timestamp": 1700000000, // required, seconds since epoch "environment": "prod|staging", // required "release": "1.2.3", // required "appName": "Bugstr iOS", // required "appVersion": "1.2.3", // required "appId": "com.example.bugstr", // optional but recommended "platform": "ios|android|web", // optional but recommended "os": "iOS 17.5", // optional but recommended "browser": "Safari 17.5", // optional (web only) "device": "iPhone15,3", // optional (model identifier) "build": "123", // optional "extras": { "key": "value" } // optional arbitrary metadata }