зеркало из https://github.com/mozilla/subhub.git
Remove traces of NR
This commit is contained in:
Родитель
5fe22ad30a
Коммит
5b9eca0d20
|
@ -25,8 +25,6 @@ Payment subscription REST api for customers:
|
||||||
|
|
||||||
### [AWS DynamoDB Backups](./docs/backups.md)
|
### [AWS DynamoDB Backups](./docs/backups.md)
|
||||||
|
|
||||||
### [NewRelic - AWS Lambda Integration](./bin/new-relic/README.md)
|
|
||||||
|
|
||||||
### [Vagrant support to replicate TravisCI](./docs/vagrant.md)
|
### [Vagrant support to replicate TravisCI](./docs/vagrant.md)
|
||||||
|
|
||||||
### [Code of Conduct](./CODE_OF_CONDUCT.md)
|
### [Code of Conduct](./CODE_OF_CONDUCT.md)
|
||||||
|
|
|
@ -16,7 +16,6 @@ serverless_wsgi.TEXT_MIME_TYPES.append("application/custom+json")
|
||||||
# the AWS environment
|
# the AWS environment
|
||||||
sys.path.insert(0, join(dirname(realpath(__file__)), "src"))
|
sys.path.insert(0, join(dirname(realpath(__file__)), "src"))
|
||||||
|
|
||||||
|
|
||||||
from aws_xray_sdk.core import xray_recorder, patch_all
|
from aws_xray_sdk.core import xray_recorder, patch_all
|
||||||
from aws_xray_sdk.core.context import Context
|
from aws_xray_sdk.core.context import Context
|
||||||
from aws_xray_sdk.ext.flask.middleware import XRayMiddleware
|
from aws_xray_sdk.ext.flask.middleware import XRayMiddleware
|
||||||
|
|
Загрузка…
Ссылка в новой задаче