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'
Hello,
I installed this plugin on my new Sentry install (8.7) and got the following exception: