Skip to content

Commit

Permalink
bug 828452: add "this is unstable" note to signature api
Browse files Browse the repository at this point in the history
I'm adding this now because it's live in stage, but I'm probably going
to make non-trivial changes to the payload so I want to make it clear
it's in flux.
  • Loading branch information
willkg committed Dec 13, 2021
1 parent 3ba22b1 commit e0c32fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp-django/crashstats/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,9 @@ class CrashSignatureAPI(SocorroAPIView):
IS_PUBLIC = True

HELP_TEXT = """
Note: This is currently unsupported and in flux. It's being stabilitized. See:
https://bugzilla.mozilla.org/show_bug.cgi?id=828452
Takes memory address, module information, and crash annotation data and generates a
crash signature.
Expand Down

0 comments on commit e0c32fa

Please sign in to comment.