From eeacef66ffadea2b7f83312a791b96aa2f800f7d Mon Sep 17 00:00:00 2001 From: mdtro <20070360+mdtro@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:06:53 -0500 Subject: [PATCH] pr for name and token last chars --- text/0032-improved-api-tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0032-improved-api-tokens.md b/text/0032-improved-api-tokens.md index fc692a6c..1878fca8 100644 --- a/text/0032-improved-api-tokens.md +++ b/text/0032-improved-api-tokens.md @@ -117,7 +117,7 @@ This also allows for a smooth transition of self-hosted instances keeping pace w First, we will need to support naming and showing a mostly obfuscated token in the UI to help users identify them. 1. The frontend is updated to no longer display the token value for existing tokens. [#61941](https://github.com/getsentry/sentry/pull/61941) -2. Nullable `name` and `token_last_characters` fields are added to the `ApiToken` model. +2. Nullable `name` and `token_last_characters` fields are added to the `ApiToken` model. [#58945](https://github.com/getsentry/sentry/pull/58945) - New `ApiToken`s created should automatically have the `token_last_characters` populated based on an option. The option is required in order to properly test the upcoming backfill migration. [#62972](https://github.com/getsentry/sentry/pull/62972) 3. A backfill migration is created and ran to fill in the `token_last_characters` for all `ApiToken` entries. [#63342](https://github.com/getsentry/sentry/pull/63342)