Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[51] Send errors from CLI to Sentry #52

Merged
merged 5 commits into from
Dec 29, 2022

Conversation

zipofar
Copy link
Contributor

@zipofar zipofar commented Dec 21, 2022

No description provided.

@zipofar zipofar linked an issue Dec 21, 2022 that may be closed by this pull request
@zipofar zipofar force-pushed the feature/51_send-errors-from-cli-to-sentry branch from 9c8c513 to 9fccf02 Compare December 21, 2022 11:37
@@ -230,7 +236,7 @@ jobs:
- name: Deploy New Preview
id: create-preview
if: ${{ env.DEPLOYMENT_ID == '' && inputs.compose-file-cache-key != '' }}
uses: UffizziCloud/preview-action@v2.5.0
uses: UffizziCloud/preview-action@v2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌀

@@ -179,7 +184,7 @@ jobs:

- name: Delete Preview from Uffizzi
if: ${{ inputs.compose-file-cache-key == '' }}
uses: UffizziCloud/delete-preview-action@v1
uses: UffizziCloud/delete-preview-action@feature/7_send-errors-from-cli-to-sentry
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not forget change

@@ -230,7 +236,7 @@ jobs:
- name: Deploy New Preview
id: create-preview
if: ${{ env.DEPLOYMENT_ID == '' && inputs.compose-file-cache-key != '' }}
uses: UffizziCloud/preview-action@v2.5.0
uses: UffizziCloud/preview-action@feature/51_send-errors-from-cli-to-sentry
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not forget change

@@ -274,7 +281,7 @@ jobs:
args: --basic --user ${{ secrets.url-username }}:${{ secrets.url-password }} --retry 12 --retry-all-errors --retry-delay 0 --fail --location ${{ steps.create-preview.outputs.url }}${{ inputs.healthcheck-url-path }}

- name: Update Existing Preview
uses: UffizziCloud/update-preview-action@v1
uses: UffizziCloud/update-preview-action@feature/8_send-errors-from-cli-to-sentry
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not forget change

action.yaml Outdated
@@ -95,7 +98,7 @@ outputs:
description: 'Expiration as a UNIX timestamp'
runs:
using: 'docker'
image: 'docker://uffizzi/cli:v1'
image: 'docker://uffizzi/cli:pr-201'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not forget change

@@ -155,7 +158,7 @@ jobs:
# If PR event, look for an existing Preview Deployment.
- name: Find Deployment for this Pull Request
id: find-deployment
uses: docker://uffizzi/cli:v1
uses: docker://uffizzi/cli:pr-201
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not forget change to v1

@zipofar zipofar force-pushed the feature/51_send-errors-from-cli-to-sentry branch from a15f927 to 0ff5041 Compare December 29, 2022 11:39
@zipofar zipofar merged commit bde8e10 into v2 Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Send errors from CLI to Sentry
3 participants