Skip to content

Measure SLI Transactions in Flutter/Dart with Sentry πŸ“ˆ

Notifications You must be signed in to change notification settings

ostk0069/sli-slo-flutter-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SLI/SLO flutter sample for measuring "user experience SLI/SLO"

Warning

This repository is still work in progress.

What's this?

This is a sample project to measure SLI/SLO in flutter apps. More details at flutterninjas.dev

TODOs

  • provide success trasaction measurement
  • provide cancel trasaction measurement
  • provide failure trasaction measurement
  • provide inturruption trasaction measurement (measurement is provided, but example is not made)
  • alert function for error budget alert (This would not be provided in flutter/dart. It is made by TypeScript.)
  • alert function for burn rate alert (This would not be provided in flutter/dart. It is made by TypeScript.)

Setup

  1. install flutter
$ asdf local flutter << your version >>
  1. pub get in each example and sli_slo packages
$ cd sli_slo
$ flutter pub get
$ cd example
$ flutter pub get
  1. build flutter apps of example packages
$ flutter run

About

Measure SLI Transactions in Flutter/Dart with Sentry πŸ“ˆ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published