Unverified Commit b2084930 authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

fix(linux): Fix detection of unit tests

When running on Ubuntu 20.04 Focal, one of the Python dependencies
loads the `unittest` module so that running `km-config` output the
message that Sentry would be disabled because unit tests are running.

This change now uses the callstack to check if we're running unit
tests.

Fixes #9577.
parent b7314f12
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment