developer-tools
Here are 2,532 public repositories matching this topic...
-
Updated
Oct 11, 2021 - Python
-
Updated
Oct 11, 2021 - Python
Describe the bug
environment <> should be useable within a raw request body, but it isn't
To Reproduce
create an env variable, eg "user"
use it (<>) into url: it works
use it (<>) into the raw request body textarea: it is not replaced with var content
Expected behavior
<> should be replaced with env var content
Screenshots
. The latter can end up ou
-
Updated
Oct 10, 2021 - Java
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Oct 7, 2021 - Python
-
Updated
Oct 11, 2021 - C
We recently added support for dynamic tags in Ruby and Python integrations. We need to do the same in our Go app.
Here's an example from our python docs:
# You can use a wrapper:
with pyroscope.tag_wrapper({ "controller": "slow_controller_i_want_to_profile" }):
slow_code()
# Or you can add / remove tags manually:
pyroscope.tag({ "controller": "slow_controller_i_want_to_profi-
Updated
Oct 10, 2021 - JavaScript
Improve this page
Add a description, image, and links to the developer-tools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the developer-tools topic, visit your repo's landing page and select "manage topics."