Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Indicate breakpoint expiration using the refers_to field #268

Merged
merged 1 commit into from
Jun 6, 2017
Merged

Indicate breakpoint expiration using the refers_to field #268

merged 1 commit into from
Jun 6, 2017

Conversation

matthewloring
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 5, 2017
return status.description.format ===
'The snapshot has expired' &&
status.refersTo ===
'BREAKPOINT_AGE';

This comment was marked as spam.

This comment was marked as spam.

@@ -650,7 +650,7 @@ Debuglet.prototype.scheduleBreakpointExpiry_ = function(breakpoint) {
format: 'The snapshot has expired'
},
isError: true,
refersTo: 'unspecified'
refersTo: 'BREAKPOINT_AGE'

This comment was marked as spam.

This comment was marked as spam.

@matthewloring matthewloring merged commit 7e2bc4f into googleapis:master Jun 6, 2017
@matthewloring matthewloring deleted the expiry branch June 6, 2017 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants