---
title: "Crash Notifications, Suggested Variables, and Multiline Variables"
date: 2021-11-12T14:00:00.000+00:00
number: 0055
url: https://railway.com/changelog/2021-11-12
---

# Crash Notifications, Suggested Variables, and Multiline Variables

## Crash Notifications

Railway will now email you if we detect your app has crashed and failed to auto restart (up to 3 attempts). 

The email will contain a link to restart your app. You can also manually restart the crashed container from the deployments page.

[Image: Untitled]

## Suggested Variables

Railway will now suggest variables for you if your project has custom ones. We find variables we think you might need by looking for `.env` files and will show you those on your projects variables page.

[Image: Untitled]

## Multiline Variables

Railway previously supported multiline variables. However, this wasn't super evident and there was a few issues when editing them

We've rectified this and you can view and edit multi line variables.

[Image: Untitled]

## Improvements and Fixes

- Broken links fixed in the docs
- CLI doesn't break with "write too long in up command" errors when `railway up`ing large files. Thanks Nebula! [https://github.com/railwayapp/cli/pull/175](https://github.com/railwayapp/cli/pull/175)
- Slack webhook messages are cleaner