mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge pull request #1120 from n8n-io/DOC-507-release-discover
move release notes up and boost in search
This commit is contained in:
commit
91c87fde4e
@ -1,3 +1,5 @@
|
||||
|
||||
/reference/release-notes/ /release-notes/
|
||||
/integrations/builtin/core-nodes/n8n-nodes-base.htmlextract/ /integrations/builtin/core-nodes/n8n-nodes-base.html/
|
||||
|
||||
# License release 2022/2023
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
tags:
|
||||
- static data
|
||||
- global variables
|
||||
hide:
|
||||
- tags
|
||||
---
|
||||
|
||||
# `$getWorkflowStaticData(type)`
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
# Sentry.io
|
||||
|
||||
[Sentry.io](https://sentry.io) is a service that helps you monitor and fix crashes in realtime. Sentry's platform helps every developer diagnose, fix, and optimize the performance of their code.
|
||||
[Sentry.io](https://sentry.io){:target=_blank .external-link} is a service that helps you monitor and fix crashes in realtime. Sentry's platform helps every developer diagnose, fix, and optimize the performance of their code.
|
||||
|
||||
!!! note "Credentials"
|
||||
You can find authentication information for this node [here](/integrations/builtin/credentials/sentryio/).
|
||||
|
||||
|
||||
## Basic Operations
|
||||
## Operations
|
||||
|
||||
* Event
|
||||
* Get event by ID
|
||||
@ -40,43 +40,9 @@
|
||||
* Get all teams
|
||||
* Update a team
|
||||
|
||||
## Example Usage
|
||||
|
||||
This workflow allows you to create a release and get all releases using the Sentry.io node. You can also find the [workflow](https://n8n.io/workflows/643) on n8n.io. This example usage workflow would use the following nodes.
|
||||
- [Start](/integrations/builtin/core-nodes/n8n-nodes-base.start/)
|
||||
- [Sentry.io]()
|
||||
|
||||
The final workflow should look like the following image.
|
||||
|
||||

|
||||
|
||||
### 1. Start node
|
||||
|
||||
The start node exists by default when you create a new workflow.
|
||||
|
||||
### 2. Sentry.io node (create: release)
|
||||
|
||||
1. First of all, you'll have to enter credentials for the Sentry.io node. You can find out how to do that [here](/integrations/builtin/credentials/sentryio/).
|
||||
2. Select 'Release' from the ***Resource*** dropdown list.
|
||||
3. Select 'Create' from the ***Operation*** dropdown list.
|
||||
4. Select the organization from the ***Organization Slug*** dropdown list.
|
||||
5. Enter the version in the ***Version*** field.
|
||||
6. Enter the URL that points to the release in the ***URL*** field.
|
||||
7. Select the project from ***Projects*** dropdown list.
|
||||
8. Click on ***Execute Node*** to run the node.
|
||||
|
||||

|
||||
## Related resources
|
||||
|
||||
|
||||
|
||||
### 2. Sentry.io node (getAll: release)
|
||||
|
||||
1. Select the credentials that you entered in the previous Sentry.io node.
|
||||
2. Select 'Release' from the ***Resource*** dropdown list.
|
||||
3. Select 'Get All' from the ***Operation*** dropdown list.
|
||||
4. Select the organization from the ***Organization Slug*** dropdown list.
|
||||
5. Toggle ***Return All*** to true.
|
||||
6. Click on ***Execute Node*** to run the node.
|
||||
|
||||
|
||||

|
||||
Refer to [Sentry.io's documentation](https://docs.sentry.io/api/){:target=_blank .external-link} for more information about the service.
|
||||
|
||||
View [example workflows and related content](https://n8n.io/integrations/sentryio/){:target=_blank .external-link} on n8n's website.
|
||||
|
||||
@ -1,5 +1,17 @@
|
||||
---
|
||||
title: Release notes
|
||||
description: Release notes detailing new features and bug fixes for n8n.
|
||||
tags:
|
||||
- release
|
||||
- release notes
|
||||
- changelog
|
||||
hide:
|
||||
- tags
|
||||
---
|
||||
|
||||
# Release notes
|
||||
|
||||
New features and bug fixes for n8n.
|
||||
|
||||
<div id="02152" markdown>
|
||||
|
||||
@ -4171,7 +4183,7 @@ For a comprehensive list of changes, check out the [commits](https://github.com/
|
||||
|
||||
### Core Functionality
|
||||
- Templates from the [n8n Workflows](https://n8n.io/workflows) page can now be directly imported by appending `/workflows/templates/<templateId>` to your instance base URL. For example, `localhost:5678/workflows/templates/1142`.
|
||||
- Added new Editor UI shortcuts. See [Keyboard Shortcuts](keyboard-shortcuts.md) for details.
|
||||
- Added new Editor UI shortcuts. See [Keyboard Shortcuts](/reference/keyboard-shortcuts/) for details.
|
||||
- Fixed an issue causing console errors when deleting a node from the canvas.
|
||||
|
||||
### Bug fixes
|
||||
@ -194,9 +194,9 @@ nav:
|
||||
- LDAP: user-management/ldap.md
|
||||
- Log streaming: log-streaming.md
|
||||
- Security audit: security-audit.md
|
||||
- Release notes: release-notes.md
|
||||
- Reference:
|
||||
- reference/index.md
|
||||
- Release notes: reference/release-notes.md
|
||||
- CLI commands: reference/cli-commands.md
|
||||
- Keyboard shortcuts: reference/keyboard-shortcuts.md
|
||||
- Update n8n: reference/update.md
|
||||
|
||||
Loading…
Reference in New Issue
Block a user