Skip to content

Error processing 'post_process' on 'StatsdPlugin': 'statsd:track_only_new' #6

Description

@JeanFred

Hello,

I installed this plugin on my new Sentry install (8.7) and got the following exception:

UnknownOption: 'statsd:track_only_new'
(1 additional frame(s) were not displayed)
...
  File "sentry_statsd/plugin.py", line 49, in post_process
    track_only_new = self.get_option('track_only_new', False)
  File "sentry/plugins/base/v1.py", line 125, in get_option
    return get_option(self._get_option_key(key), project, user)
  File "sentry/plugins/helpers.py", line 44, in get_option
    result = options.get(key)
  File "sentry/options/manager.py", line 132, in get
    opt = self.lookup_key(key)
  File "sentry/options/manager.py", line 106, in lookup_key
    raise UnknownOption(key)

Error processing 'post_process' on 'StatsdPlugin': 'statsd:track_only_new'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions