# {py:mod}`django_twc_toolbox.sentry` ```{py:module} django_twc_toolbox.sentry ``` ```{autodoc2-docstring} django_twc_toolbox.sentry :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`sentry_traces_sampler ` - ```{autodoc2-docstring} django_twc_toolbox.sentry.sentry_traces_sampler :summary: ``` * - {py:obj}`sentry_profiles_sampler ` - ```{autodoc2-docstring} django_twc_toolbox.sentry.sentry_profiles_sampler :summary: ``` * - {py:obj}`_should_disgard ` - ```{autodoc2-docstring} django_twc_toolbox.sentry._should_disgard :summary: ``` ```` ### API ````{py:function} sentry_traces_sampler(sampling_context: sentry_sdk._types.SamplingContext) :canonical: django_twc_toolbox.sentry.sentry_traces_sampler ```{autodoc2-docstring} django_twc_toolbox.sentry.sentry_traces_sampler ``` ```` ````{py:function} sentry_profiles_sampler(sampling_context: sentry_sdk._types.SamplingContext) :canonical: django_twc_toolbox.sentry.sentry_profiles_sampler ```{autodoc2-docstring} django_twc_toolbox.sentry.sentry_profiles_sampler ``` ```` ````{py:function} _should_disgard(sampling_context: sentry_sdk._types.SamplingContext) -> bool :canonical: django_twc_toolbox.sentry._should_disgard ```{autodoc2-docstring} django_twc_toolbox.sentry._should_disgard ``` ````