Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement tracking as per spec #1020

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

feat: implement tracking as per spec #1020

wants to merge 5 commits into from

Commits on Oct 17, 2024

  1. feat: tracking

    The `tracking API` enables the association of feature flag evaluations with subsequent actions or application states, in order to facilitate experimentation and analysis of the impact of feature flags on business objectives.
    
    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dcdb631 View commit details
    Browse the repository at this point in the history
  2. fixup: test var names

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1dc6ced View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fixup: try/catch and freeze context

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ac2caa2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fixup: dont merge ctx uneccessarily

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    623f939 View commit details
    Browse the repository at this point in the history
  2. fixup: use shared sig

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c939571 View commit details
    Browse the repository at this point in the history