artsy / positron

Positron is Artsy Writer or the editorial tool and API for Artsy.
MIT License
85 stars 42 forks source link

feat: upgrade datadog tracer #3052

Closed artsyjian closed 2 years ago

artsyjian commented 2 years ago

To support Datadog Deployment Tracking feature. Going with 0.36.2 because it's the highest version in use by our Node apps.

ovasdi commented 2 years ago

@artsyjian A recent renovate PR added a UID to the node-auth declaration in the lock file which caused a conflict. Fixed in here https://github.com/artsy/positron/pull/3052/commits/36ac1fdedbc16a649dbe06a5d1fd8c55666ad391

artsyjian commented 2 years ago

@artsyjian A recent renovate PR added a UID to the node-auth declaration in the lock file which caused a conflict. Fixed in here 36ac1fd

oh wow. cool, thanks.