From f4ef4ce93b158aeee4c087e179d3dba22f37b536 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 27 Aug 2022 10:57:54 +0200 Subject: [PATCH] Link to protocol --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76eb44e..a5713dd 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ evaluated there. Feature flags are sticky by user or device and multiple feature flags can be grouped together to ensure that they are rolled out together if wanted. +The detailed protocol specs [can be found here](Protocol.md). + # Draft PRs * [Dart SDK](https://github.com/getsentry/sentry-dart/pull/984)