You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to be possible to get access to the original API block at runtime via env['api.endpoint'].block, so you could do something like env['api.endpoint'].block.source_location to figure out where the API was actually defined.
Since 3bbb4fe we create an anonymous method, then drop it, losing this information.
For debugging purposes it would be useful to expose block properties at the level of the endpoint.
The text was updated successfully, but these errors were encountered:
It used to be possible to get access to the original API block at runtime via
env['api.endpoint'].block
, so you could do something likeenv['api.endpoint'].block.source_location
to figure out where the API was actually defined.Since 3bbb4fe we create an anonymous method, then drop it, losing this information.
For debugging purposes it would be useful to expose block properties at the level of the endpoint.
The text was updated successfully, but these errors were encountered: