Skip to content

Commit

Permalink
fix: Remove obsolete MAX_FORMAT_PARAM_LENGTH (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Mar 22, 2022
1 parent 3251022 commit d880f47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry_sdk/utils.py
Expand Up @@ -40,7 +40,6 @@
logger = logging.getLogger("sentry_sdk.errors")

MAX_STRING_LENGTH = 512
MAX_FORMAT_PARAM_LENGTH = 128
BASE64_ALPHABET = re.compile(r"^[a-zA-Z0-9/+=]*$")


Expand Down

0 comments on commit d880f47

Please sign in to comment.