Hannah Stepanek
Hannah Stepanek
# Problem A password that is too long results in an unhandled exception. # Steps to Reproduce: 1. In the signup form enter a password that is too long. 2....
It's best practice to let the database provide defaults to timestamp columns by configuring `server_default`. ``` registered_date = sa.Column( sa.TIMESTAMP(timezone=False), default=datetime.datetime.utcnow, server_default=sa.func.now(), nullable=False, ) ``` It appears developers in H...
On activity pages, the url's are incomplete/don't match. Note the www is included on the left but is excluded from the full link on the right. This means when users...
When you open up an annotation on activity pages it would be helpful if there was a copy link or button that you click so you could directly add the...
### Description Our github action's CI has been failing sporadically with the following errors since 7/26: ## Example 1: https://github.com/newrelic/newrelic-python-agent/runs/7621668567?check_suite_focus=true ``` WARNING: Skipping page https://pypi.org/simple/pytest/ because the GET request got...
# Overview Starting in [Sanic version 21.9.0](https://sanic.readthedocs.io/en/stable/sanic/changelog.html#version-21-9-0), Sanic added a TouchUp metaclass that rewrites methods on the Sanic class effectively undoing our instrumentation wrapping on startup of the server. This...
## Give us some context * Add release notes for Python agent release 10.0. * Update docs to remove Python 2.7 support.
# Overview Add attrs for aws lambda entity linking. >When an application invokes a Lambda, linking between the application and AWS Lambdas is done using the following span attributes: >...
As a user on mobile I could not find the link to view the article I annotated. I only found it after noticing that the symbol was a diagonal arrow...