File: __init__.py

package info (click to toggle)
python-aws-xray-sdk 0.95-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 792 kB
  • sloc: python: 3,006; makefile: 20
file content (6 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
from aws_xray_sdk.core import xray_recorder
from ..util import StubbedEmitter


xray_recorder.configure(sampling=False)
xray_recorder.emitter = StubbedEmitter()