elsat's avatar
elsat
elsat@habla.news
npub1zafc...26k5
Janitor
elsat's avatar
elsat 2 months 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 }
elsat's avatar
elsat 2 months ago
Bugstr is a FOSS opt in user submitted crash reports over NIP-17 DM transport for #devstr. No email, or Google Play store gulag required. Inspired by @Vitor Pamplona @Amethyst Bugstr is available now for Android, and now web in Typescript. https://github.com/alltheseas/Bugstr-TS Stage of development is proof of concept. Open to feedback on how to make Bugstr more useful for devs. image
↑